mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/dca: move huffman data into separate object file
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
bc2fe36228
commit
2df7d4fa45
8 changed files with 1124 additions and 1087 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue