diff options
author | foo86 <foobaz86@gmail.com> | 2016-05-01 08:41:43 -0700 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-05-01 16:50:29 -0300 |
commit | 2df7d4fa4524b6f83c65428d75192267a2d0c113 (patch) | |
tree | a7783dc2a73e3f6b92ac290296ea5605855d450a /libavcodec/dcadata.h | |
parent | bc2fe362284257b96519a2fcbe5383fb6dad366b (diff) | |
download | ffmpeg-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.h')
-rw-r--r-- | libavcodec/dcadata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 83c2ce89c8..263f7b1acc 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -73,6 +73,4 @@ extern const int32_t ff_dca_xll_band_coeff[20]; extern const int32_t ff_dca_sampling_freqs[16]; -extern const uint16_t ff_dca_vlc_offs[63]; - #endif /* AVCODEC_DCADATA_H */ |