summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h3
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];