X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fdcadsp.h;h=3e04426a80dbe23e4961b4ec1ce251846dc831fc;hp=e2ad09adf6e17f887075d340cbb48e5b6995e5bf;hb=5fdbfcb5b793f5849c496214668094a8ec99fa07;hpb=5b59a9fc6152169599561f04b4f66370edda5c9c diff --git a/libavcodec/dcadsp.h b/libavcodec/dcadsp.h index e2ad09adf6..3e04426a80 100644 --- a/libavcodec/dcadsp.h +++ b/libavcodec/dcadsp.h @@ -23,8 +23,8 @@ #include "synth_filter.h" typedef struct DCADSPContext { - void (*lfe_fir)(float *out, const float *in, const float *coefs, - int decifactor, float scale); + void (*lfe_fir[2])(float *out, const float *in, const float *coefs, + float scale); void (*qmf_32_subbands)(float samples_in[32][8], int sb_act, SynthFilterContext *synth, FFTContext *imdct, float synth_buf_ptr[512],