From bfeca7beb63bc297c8c59469a53e469d11ec4d23 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 19 Apr 2009 15:05:32 +0000 Subject: Add channel layout support to the AC-3 decoder and AC-3 parser. Originally committed as revision 18622 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_ac3_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aac_ac3_parser.h') diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h index 04fd8f1974..75f6d4be4a 100644 --- a/libavcodec/aac_ac3_parser.h +++ b/libavcodec/aac_ac3_parser.h @@ -48,6 +48,7 @@ typedef struct AACAC3ParseContext { int sample_rate; int bit_rate; int samples; + int64_t channel_layout; int remaining_size; uint64_t state; -- cgit v1.2.3