From 9e37cc11012f23e39b63032b5daac03621340a4f Mon Sep 17 00:00:00 2001 From: foo86 Date: Mon, 10 Jul 2017 17:11:32 +0300 Subject: 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 --- libavcodec/dca.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dca.h') diff --git a/libavcodec/dca.h b/libavcodec/dca.h index bd96bc9ee3..1d10de4b94 100644 --- a/libavcodec/dca.h +++ b/libavcodec/dca.h @@ -156,6 +156,8 @@ extern av_export const uint32_t avpriv_dca_sample_rates[16]; extern const uint32_t ff_dca_sampling_freqs[16]; extern const uint8_t ff_dca_freq_ranges[16]; +extern const uint8_t ff_dca_bits_per_sample[8]; + /** * Convert bitstream to one representation based on sync marker -- cgit v1.2.3