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

@ -33,6 +33,7 @@
#include "dca_exss.h"
#include "dcadsp.h"
#include "dcadct.h"
#include "dcahuff.h"
#include "fft.h"
#include "synth_filter.h"
@ -44,7 +45,6 @@
#define DCA_PCMBLOCK_SAMPLES 32
#define DCA_ADPCM_COEFFS 4
#define DCA_LFE_HISTORY 8
#define DCA_CODE_BOOKS 10
#define DCA_ABITS_MAX 26
#define DCA_CORE_CHANNELS_MAX 6