diff options
author | foo86 | 2017-07-10 17:11:32 +0300 |
---|---|---|
committer | James Almer | 2017-07-18 21:04:55 -0300 |
commit | 9e37cc11012f23e39b63032b5daac03621340a4f (patch) | |
tree | 2ab7fa5e70963420f1536eeeb0915732e8d8895d /libavcodec/dca.h | |
parent | f6b86b62f785a67a356c87f5ea483a1cbe338191 (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/dca.h')
-rw-r--r-- | libavcodec/dca.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |