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/ac3tab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3tab.h') diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index e4d0ce8aea..b5c2b77c9d 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -26,6 +26,7 @@ extern const uint16_t ff_ac3_frame_size_tab[38][3]; extern const uint8_t ff_ac3_channels_tab[8]; +extern const uint16_t ff_ac3_channel_layout_tab[8]; extern const uint8_t ff_ac3_enc_channel_map[8][2][6]; extern const uint8_t ff_ac3_dec_channel_map[8][2][6]; extern const uint16_t ff_ac3_sample_rate_tab[3]; -- cgit v1.2.3