mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
67f17e7202
commit
5a03a3d998
@ -69,7 +69,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
||||
|
||||
avctx->bits_per_raw_sample = 10;
|
||||
|
||||
dsputil_init(&ctx->dsp, avctx);
|
||||
ff_dsputil_init(&ctx->dsp, avctx);
|
||||
ff_proresdsp_init(&ctx->prodsp, avctx);
|
||||
|
||||
avctx->coded_frame = &ctx->frame;
|
||||
|
Loading…
Reference in New Issue
Block a user