Commit 934abf6f authored by Michael Niedermayer's avatar Michael Niedermayer

g729dec: fix use of deprecated functions.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ad21c051
......@@ -378,7 +378,7 @@ static av_cold int decoder_init(AVCodecContext * avctx)
for(i=0; i<4; i++)
ctx->quant_energy[i] = -14336; // -14 in (5.10)
dsputil_init(&ctx->dsp, avctx);
ff_dsputil_init(&ctx->dsp, avctx);
ctx->dsp.scalarproduct_int16 = scalarproduct_int16_c;
avcodec_get_frame_defaults(&ctx->frame);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment