diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-31 20:09:23 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-01 00:17:17 +0200 |
commit | 9e4bca16f89bc12c58b58f4611d580a30d5f9638 (patch) | |
tree | 79a83fbc3226c5739fb2931f1dce0a566c36fa4f /libavcodec/dcadata.h | |
parent | 13a79cf84e073d0ca8489047660352eee216d059 (diff) | |
download | ffmpeg-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 4b58ef7c38..324e40f104 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, |