diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2018-12-27 00:57:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-27 00:57:22 +0000 |
commit | aea2558c50377deed467bbaa5d259b4a0a29d409 (patch) | |
tree | 0c051d91f71c79c4f817482ff58587e0ec911f97 /libAACdec/src/usacdec_fac.cpp | |
parent | 27894057af917ea3f87206a609cb3e628e0069a5 (diff) | |
parent | 9edc5864fae850d6b7fe8f648bf34955bf36eae9 (diff) | |
download | fdk-aac-aea2558c50377deed467bbaa5d259b4a0a29d409.tar.gz fdk-aac-aea2558c50377deed467bbaa5d259b4a0a29d409.tar.bz2 fdk-aac-aea2558c50377deed467bbaa5d259b4a0a29d409.zip |
Merge "Signed Integer Overflow in E_UTIL_preemph()"
Diffstat (limited to 'libAACdec/src/usacdec_fac.cpp')
-rw-r--r-- | libAACdec/src/usacdec_fac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libAACdec/src/usacdec_fac.cpp b/libAACdec/src/usacdec_fac.cpp index 71ce4a9..6b595d4 100644 --- a/libAACdec/src/usacdec_fac.cpp +++ b/libAACdec/src/usacdec_fac.cpp @@ -142,7 +142,7 @@ FIXP_DBL *CLpd_FAC_GetMemory(CAacDecoderChannelInfo *pAacDecoderChannelInfo, return ptr; } -int CLpd_FAC_Read(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pFac, UCHAR *pFacScale, +int CLpd_FAC_Read(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pFac, SCHAR *pFacScale, int length, int use_gain, int frame) { FIXP_DBL fac_gain; int fac_gain_e = 0; |