summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcadata.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-31 20:09:23 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-01 00:17:17 +0200
commit9e4bca16f89bc12c58b58f4611d580a30d5f9638 (patch)
tree79a83fbc3226c5739fb2931f1dce0a566c36fa4f /libavcodec/dcadata.h
parent13a79cf84e073d0ca8489047660352eee216d059 (diff)
downloadffmpeg-streaming-9e4bca16f89bc12c58b58f4611d580a30d5f9638.zip
ffmpeg-streaming-9e4bca16f89bc12c58b58f4611d580a30d5f9638.tar.gz
dca: Move tables used outside of dcadec.c to a separate file.
Diffstat (limited to 'libavcodec/dcadata.h')
-rw-r--r--libavcodec/dcadata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index 4b58ef7..324e40f 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -28,12 +28,6 @@
/* Generic tables */
-static const uint32_t dca_sample_rates[16] =
-{
- 0, 8000, 16000, 32000, 0, 0, 11025, 22050, 44100, 0, 0,
- 12000, 24000, 48000, 96000, 192000
-};
-
static const uint32_t dca_bit_rates[32] =
{
32000, 56000, 64000, 96000, 112000, 128000,
OpenPOWER on IntegriCloud