dsputil: Split off H.263 bits into their own H263DSPContext
This commit is contained in:
@@ -484,6 +484,7 @@ static av_cold int rv10_decode_init(AVCodecContext *avctx)
|
||||
if ((ret = ff_MPV_common_init(s)) < 0)
|
||||
return ret;
|
||||
|
||||
ff_h263dsp_init(&s->h263dsp);
|
||||
ff_h263_decode_init_vlc();
|
||||
|
||||
/* init rv vlc */
|
||||
|
Reference in New Issue
Block a user