Commit ad21c051 authored by Michael Niedermayer's avatar Michael Niedermayer

diracdec: fix use of deprecated funnctions

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8b18288c
......@@ -399,7 +399,7 @@ static av_cold int dirac_decode_init(AVCodecContext *avctx)
return AVERROR_PATCHWELCOME;
}
dsputil_init(&s->dsp, avctx);
ff_dsputil_init(&s->dsp, avctx);
ff_diracdsp_init(&s->diracdsp);
return 0;
......
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