diff options
author | Fraunhofer IIS FDK <audio-fdk@iis.fraunhofer.de> | 2019-01-03 17:05:25 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-01-03 17:05:25 -0800 |
commit | 6d1247f2e235e26635aba13f5758b8ba61e11089 (patch) | |
tree | a405123a71cbc0b139225fc6d41c8a6941631aa2 /libSACdec/include/sac_dec_lib.h | |
parent | 1ce3f9e135acc3383251751cea3e174a355e1f94 (diff) | |
parent | 4ab4454f2917470e7cc2b4fc0b36c223b3780a5b (diff) | |
download | fdk-aac-6d1247f2e235e26635aba13f5758b8ba61e11089.tar.gz fdk-aac-6d1247f2e235e26635aba13f5758b8ba61e11089.tar.bz2 fdk-aac-6d1247f2e235e26635aba13f5758b8ba61e11089.zip |
Merge "Add AOT specific number of qmf bands sanity check in SpatialSpecificConfig()" am: bcda185d56
am: 4ab4454f29
Change-Id: I0ac3055487ce17f6218e3a0644778a0d8da27119
Diffstat (limited to 'libSACdec/include/sac_dec_lib.h')
-rw-r--r-- | libSACdec/include/sac_dec_lib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libSACdec/include/sac_dec_lib.h b/libSACdec/include/sac_dec_lib.h index 2797a10..9913279 100644 --- a/libSACdec/include/sac_dec_lib.h +++ b/libSACdec/include/sac_dec_lib.h @@ -315,9 +315,9 @@ SACDEC_ERROR mpegSurroundDecoder_Init( */ SACDEC_ERROR mpegSurroundDecoder_Config( CMpegSurroundDecoder *pMpegSurroundDecoder, HANDLE_FDK_BITSTREAM hBs, - AUDIO_OBJECT_TYPE coreCodec, INT samplingRate, INT stereoConfigIndex, - INT coreSbrFrameLengthIndex, INT configBytes, const UCHAR configMode, - UCHAR *configChanged); + AUDIO_OBJECT_TYPE coreCodec, INT samplingRate, INT frameSize, + INT stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes, + const UCHAR configMode, UCHAR *configChanged); SACDEC_ERROR mpegSurroundDecoder_ConfigureQmfDomain( |