diff options
author | Fraunhofer IIS FDK <audio-fdk@iis.fraunhofer.de> | 2019-01-03 16:58:03 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-01-03 16:58:03 -0800 |
commit | 4ab4454f2917470e7cc2b4fc0b36c223b3780a5b (patch) | |
tree | e9970ed3bbd5a7c21574e50edd994fafee37ffe1 /libMpegTPDec/include | |
parent | 195d913e654401e0b8a20d012b906c3e1f29db59 (diff) | |
parent | bcda185d5694ad9d3f28f919f8b03000510b4d63 (diff) | |
download | fdk-aac-4ab4454f2917470e7cc2b4fc0b36c223b3780a5b.tar.gz fdk-aac-4ab4454f2917470e7cc2b4fc0b36c223b3780a5b.tar.bz2 fdk-aac-4ab4454f2917470e7cc2b4fc0b36c223b3780a5b.zip |
Merge "Add AOT specific number of qmf bands sanity check in SpatialSpecificConfig()"
am: bcda185d56
Change-Id: I0717e1ac3818b2516b3a57b929e2d84f4384dbce
Diffstat (limited to 'libMpegTPDec/include')
-rw-r--r-- | libMpegTPDec/include/tp_data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libMpegTPDec/include/tp_data.h b/libMpegTPDec/include/tp_data.h index b4ab802..b015332 100644 --- a/libMpegTPDec/include/tp_data.h +++ b/libMpegTPDec/include/tp_data.h @@ -367,7 +367,8 @@ typedef INT (*cbFreeMem_t)(void *, const CSAudioSpecificConfig *); typedef INT (*cbCtrlCFGChange_t)(void *, const CCtrlCFGChange *); typedef INT (*cbSsc_t)(void *, HANDLE_FDK_BITSTREAM, const AUDIO_OBJECT_TYPE coreCodec, - const INT samplingRate, const INT stereoConfigIndex, + const INT samplingRate, const INT frameSize, + const INT stereoConfigIndex, const INT coreSbrFrameLengthIndex, const INT configBytes, const UCHAR configMode, UCHAR *configChanged); |