From 9e4bca16f89bc12c58b58f4611d580a30d5f9638 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 31 Jul 2012 20:09:23 +0200 Subject: dca: Move tables used outside of dcadec.c to a separate file. --- libavcodec/dcadata.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/dcadata.h') 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, -- cgit v1.2.3