diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-16 00:16:00 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-16 00:16:00 +0000 |
commit | 304c811c9dc15a0c48b9b62e6641057defa49171 (patch) | |
tree | 14af7ed7a857394dccdc540f6aa01496e99a6c37 /libAACdec/src/aacdecoder.cpp | |
parent | 4422539a921bc39694a2ae210ce69e4410d2c235 (diff) | |
parent | 261fadc3a2221829196158824a512f11268756ef (diff) | |
download | fdk-aac-304c811c9dc15a0c48b9b62e6641057defa49171.tar.gz fdk-aac-304c811c9dc15a0c48b9b62e6641057defa49171.tar.bz2 fdk-aac-304c811c9dc15a0c48b9b62e6641057defa49171.zip |
Snap for 6211803 from 261fadc3a2221829196158824a512f11268756ef to rvc-release
Change-Id: I1d56321205dbd74479a72ecbbde137a18eef044b
Diffstat (limited to 'libAACdec/src/aacdecoder.cpp')
-rw-r--r-- | libAACdec/src/aacdecoder.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libAACdec/src/aacdecoder.cpp b/libAACdec/src/aacdecoder.cpp index 6a0254d..965631b 100644 --- a/libAACdec/src/aacdecoder.cpp +++ b/libAACdec/src/aacdecoder.cpp @@ -3177,9 +3177,6 @@ LINKSPEC_CPP AAC_DECODER_ERROR CAacDecoder_DecodeFrame( FDKmemcpy(drcChMap, self->chMapping, (8) * sizeof(UCHAR)); } - /* Turn off DRC modules level normalization in digital domain. */ - aacDecoder_drcSetParam(self->hDrcInfo, APPLY_NORMALIZATION, 0); - /* deactivate legacy DRC in case uniDrc is active, i.e. uniDrc payload is * present and one of DRC or Loudness Normalization is switched on */ aacDecoder_drcSetParam( |