From 644f021ccf4b8cd8ffd12c2022e5333215c24aa8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 30 Dec 2012 04:55:14 +0100 Subject: aacdec: simplify dmono Signed-off-by: Michael Niedermayer --- libavcodec/aac.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/aac.h') 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]; -- cgit v1.2.3