summaryrefslogtreecommitdiff
path: root/libavcodec/dca.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r--libavcodec/dca.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h
index a1ac763105..bd96bc9ee3 100644
--- a/libavcodec/dca.h
+++ b/libavcodec/dca.h
@@ -154,6 +154,9 @@ enum DCADownMixType {
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];
+
/**
* Convert bitstream to one representation based on sync marker
*/