summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.c
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2017-07-10 17:11:32 +0300
committerJames Almer <jamrial@gmail.com>2017-07-18 21:04:55 -0300
commit9e37cc11012f23e39b63032b5daac03621340a4f (patch)
tree2ab7fa5e70963420f1536eeeb0915732e8d8895d /libavcodec/dcadata.c
parentf6b86b62f785a67a356c87f5ea483a1cbe338191 (diff)
avcodec/dca: move bits per sample array to dca.c
It will be used by the parser. This change avoids unwanted parser dependency on dcadata. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r--libavcodec/dcadata.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c
index eaef01875a..1b646a7aa6 100644
--- a/libavcodec/dcadata.c
+++ b/libavcodec/dcadata.c
@@ -42,10 +42,6 @@ const uint8_t ff_dca_channels[16] = {
1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 6, 7, 8, 8
};
-const uint8_t ff_dca_bits_per_sample[8] = {
- 16, 16, 20, 20, 0, 24, 24, 0
-};
-
const uint8_t ff_dca_dmix_primary_nch[8] = {
1, 2, 2, 3, 3, 4, 4, 0
};