summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2016-04-27 10:20:20 -0700
committerJames Almer <jamrial@gmail.com>2016-05-01 00:13:41 -0300
commitb286ff69c03e648453fd161f8ff1c4fcce396fa8 (patch)
treeef80a486b59f26689f20a13c8f177b4c2389b166 /libavcodec/dcadata.h
parentde28e73cce03b1de8b63683b70e4d0241161cca1 (diff)
downloadffmpeg-b286ff69c03e648453fd161f8ff1c4fcce396fa8.tar.gz
avcodec/dcaenc: move channel reordering tables to dcaenc.h
DCA core decoder no longer uses fixed tables for channel reordering. Move them into private encoder header (and drop ff_dca_ prefix). Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r--libavcodec/dcadata.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index d864251fe6..83c2ce89c8 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -73,11 +73,6 @@ extern const int32_t ff_dca_xll_band_coeff[20];
extern const int32_t ff_dca_sampling_freqs[16];
-extern const int8_t ff_dca_lfe_index[16];
-
-extern const int8_t ff_dca_channel_reorder_lfe[16][9];
-extern const int8_t ff_dca_channel_reorder_nolfe[16][9];
-
extern const uint16_t ff_dca_vlc_offs[63];
#endif /* AVCODEC_DCADATA_H */