summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-04-17 08:43:04 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-04-17 08:43:04 +0000
commit95f3019a5193712a49cdcf9f2bc460e5c94fbc94 (patch)
tree6c5bd7196e45c7b90b62b9d9d1fbb468f46c1614 /libavcodec/ac3tab.h
parent8b5ec0875c8d00d62034ed1df7188b7c75baba3a (diff)
ac3dec: reorder output channels to SMPTE channel order
Originally committed as revision 18542 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 300e3c6bc0..e4d0ce8aea 100644
--- a/libavcodec/ac3tab.h
+++ b/libavcodec/ac3tab.h
@@ -27,6 +27,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 uint8_t ff_ac3_dec_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];