summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-04-17 08:39:11 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-04-17 08:39:11 +0000
commita7c6e1171b1984b949464c4d9070f10a1fd43d6d (patch)
treebdd1daca2bfc7ecfc91d1550f39ab3940b74b1e2 /libavcodec/ac3tab.h
parent35e2e681b820a878903c35b939bf130acdbb5c63 (diff)
ac3enc: reorder input channels to AC-3 channel order
Originally committed as revision 18540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r--libavcodec/ac3tab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h
index c76b187a36..300e3c6bc0 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 uint8_t ff_ac3_enc_channel_map[8][2][6];
extern const uint16_t ff_ac3_sample_rate_tab[3];
extern const uint16_t ff_ac3_bitrate_tab[19];
extern const int16_t ff_ac3_window[256];