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/ac3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3.h') diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 7391be1b82..276ecba4c7 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -100,6 +100,7 @@ typedef struct { uint32_t bit_rate; uint8_t channels; uint16_t frame_size; + int64_t channel_layout; /** @} */ } AC3HeaderInfo; -- cgit v1.2.3