diff options
| author | Jean-Michel Trivi <jmtrivi@google.com> | 2018-12-26 17:02:23 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-12-26 17:02:23 -0800 |
| commit | b471c2c21574ab30b49c4ebf85699a951779700f (patch) | |
| tree | 0c051d91f71c79c4f817482ff58587e0ec911f97 /libAACdec/src/usacdec_fac.cpp | |
| parent | 86d12efb927c91a4b8f6f995a023fb05958ae3e9 (diff) | |
| parent | aea2558c50377deed467bbaa5d259b4a0a29d409 (diff) | |
| download | fdk-aac-b471c2c21574ab30b49c4ebf85699a951779700f.tar.gz fdk-aac-b471c2c21574ab30b49c4ebf85699a951779700f.tar.bz2 fdk-aac-b471c2c21574ab30b49c4ebf85699a951779700f.zip | |
Merge "Signed Integer Overflow in E_UTIL_preemph()"
am: aea2558c50
Change-Id: Ic9581dc891f10677dc7be6d4050d24cf57ca4541
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; |
