diff options
author | Fraunhofer IIS FDK <audio-fdk@iis.fraunhofer.de> | 2019-04-24 20:46:45 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-04-24 20:46:45 -0700 |
commit | 7f075eb874c5391ef1678caf732395b073450542 (patch) | |
tree | a649b78f44d36a62276b1a0e009c95de0856ba4a /libAACdec/include | |
parent | e146ca7b294a53ee349a162ae3e3ebdb1a931c16 (diff) | |
parent | 37972d5a1f175173c2747c043ae6f3d1a142d28a (diff) | |
download | fdk-aac-7f075eb874c5391ef1678caf732395b073450542.tar.gz fdk-aac-7f075eb874c5391ef1678caf732395b073450542.tar.bz2 fdk-aac-7f075eb874c5391ef1678caf732395b073450542.zip |
Add support for Album Mode (FDKdec v3.1.0).
am: 37972d5a1f
Change-Id: I536a2e47c552f10a50adb6e8c6439a6544e53725
Diffstat (limited to 'libAACdec/include')
-rw-r--r-- | libAACdec/include/aacdecoder_lib.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h index 3a9b910..ee34b22 100644 --- a/libAACdec/include/aacdecoder_lib.h +++ b/libAACdec/include/aacdecoder_lib.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android -© Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten +© Copyright 1995 - 2019 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION @@ -781,6 +781,12 @@ typedef enum { to 127 (31.75 dB below full-scale). This parameter is used only with ::AAC_DRC_PARAMETER_HANDLING_ENABLED and ignored otherwise.\n Default: 127 (worst-case assumption).\n */ + AAC_UNIDRC_ALBUM_MODE = + 0x0207, /*!< MPEG-D DRC: Enable album mode. 0: Disabled (default), 1: + Enabled.\n Disabled album mode leads to application of gain + sequences for fading in and out, if provided in the + bitstream.\n Enabled album mode makes use of dedicated album + loudness information, if provided in the bitstream.\n */ AAC_QMF_LOWPOWER = 0x0300, /*!< Quadrature Mirror Filter (QMF) Bank processing mode. \n -1: Use internal default. Implies MPEG Surround partially complex accordingly. \n 0: |