1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avcodec/dca: move huffman data into separate object file

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
foo86
2016-05-01 08:41:43 -07:00
committed by James Almer
parent bc2fe36228
commit 2df7d4fa45
8 changed files with 1124 additions and 1087 deletions

View File

@@ -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 */