dsputil: Split off H.263 bits into their own H263DSPContext

This commit is contained in:
Diego Biurrun
2013-11-05 08:11:47 +01:00
parent 86f910806b
commit 0338c39698
15 changed files with 210 additions and 118 deletions

View File

@@ -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 */