diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-30 04:55:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-30 05:29:17 +0100 |
commit | 644f021ccf4b8cd8ffd12c2022e5333215c24aa8 (patch) | |
tree | 7bddcd2c9e075b81be4cbdc8536e735414049cf3 /libavcodec/aac.h | |
parent | 6d38661920ec6c835a9580a6a6639ba4ba5fa0c2 (diff) | |
download | ffmpeg-644f021ccf4b8cd8ffd12c2022e5333215c24aa8.tar.gz |
aacdec: simplify dmono
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 9ceccf8909..32fbbc48c3 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -309,8 +309,7 @@ typedef struct AACContext { * @name Japanese DTV specific extension * @{ */ - int enable_jp_dmono; ///< enable japanese DTV specific 'dual mono' - int dmono_mode; ///< select the channel to decode in dual mono. + int dmono_mode; ///< 0->not dmono, 1->use first channel, 2->use second channel /** @} */ DECLARE_ALIGNED(32, float, temp)[128]; |