summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcadata.c
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2016-05-01 08:41:43 -0700
committerJames Almer <jamrial@gmail.com>2016-05-01 16:50:29 -0300
commit2df7d4fa4524b6f83c65428d75192267a2d0c113 (patch)
treea7783dc2a73e3f6b92ac290296ea5605855d450a /libavcodec/dcadata.c
parentbc2fe362284257b96519a2fcbe5383fb6dad366b (diff)
downloadffmpeg-streaming-2df7d4fa4524b6f83c65428d75192267a2d0c113.zip
ffmpeg-streaming-2df7d4fa4524b6f83c65428d75192267a2d0c113.tar.gz
avcodec/dca: move huffman data into separate object file
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r--libavcodec/dcadata.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c
index 3f8d8e9..122db18 100644
--- a/libavcodec/dcadata.c
+++ b/libavcodec/dcadata.c
@@ -8729,12 +8729,3 @@ const int32_t ff_dca_sampling_freqs[16] = {
8000, 16000, 32000, 64000, 128000, 22050, 44100, 88200,
176400, 352800, 12000, 24000, 48000, 96000, 192000, 384000,
};
-
-const uint16_t ff_dca_vlc_offs[63] = {
- 0, 512, 640, 768, 1282, 1794, 2436, 3080, 3770, 4454, 5364,
- 5372, 5380, 5388, 5392, 5396, 5412, 5420, 5428, 5460, 5492, 5508,
- 5572, 5604, 5668, 5796, 5860, 5892, 6412, 6668, 6796, 7308, 7564,
- 7820, 8076, 8620, 9132, 9388, 9910, 10166, 10680, 11196, 11726, 12240,
- 12752, 13298, 13810, 14326, 14840, 15500, 16022, 16540, 17158, 17678, 18264,
- 18796, 19352, 19926, 20468, 21472, 22398, 23014, 23622,
-};
OpenPOWER on IntegriCloud