summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-30 04:55:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-30 05:29:17 +0100
commit644f021ccf4b8cd8ffd12c2022e5333215c24aa8 (patch)
tree7bddcd2c9e075b81be4cbdc8536e735414049cf3 /libavcodec/aac.h
parent6d38661920ec6c835a9580a6a6639ba4ba5fa0c2 (diff)
downloadffmpeg-streaming-644f021ccf4b8cd8ffd12c2022e5333215c24aa8.zip
ffmpeg-streaming-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index 9ceccf8..32fbbc4 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];
OpenPOWER on IntegriCloud