Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-30 07:55:14 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-30 08:29:17 +0400
commit644f021ccf4b8cd8ffd12c2022e5333215c24aa8 (patch)
tree7bddcd2c9e075b81be4cbdc8536e735414049cf3 /libavcodec/aac.h
parent6d38661920ec6c835a9580a6a6639ba4ba5fa0c2 (diff)
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 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];