summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-20 11:11:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-20 11:11:33 +0100
commit588361dd26602c6327fc87c89eddcf78b5f5b16e (patch)
tree1932b036d5ff6910b16b6d0beef4bf022355102e /libavcodec/dcadata.h
parent6c91afe4973f25f050c8b704b62a8367fc5e7a8c (diff)
avcodec/dca: move remaining tables to dcadata
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r--libavcodec/dcadata.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index ea72839885..4f97117539 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -52,6 +52,11 @@ extern const uint16_t ff_dca_dmixtable[242];
extern const float ff_dca_default_coeffs[10][6][2];
+extern const uint32_t ff_dca_map_xxch_to_native[28];
+extern const int ff_dca_ext_audio_descr_mask[8];
+
+extern const uint64_t ff_dca_core_channel_layout[16];
+
extern const int8_t ff_dca_lfe_index[16];
extern const int8_t ff_dca_channel_reorder_lfe[16][9];