X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=15a9a42552cee4033ad3c305c8a35f2ab8eb5f74;hp=e7030d1cbb3f3019f61ec1822aedb20e4e285ef1;hb=a30f7918b52d076c55a42bef3a731165b354bf08;hpb=f8a9cf77040e1b2ed83206269ead11aa30afb98d diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index e7030d1cbb..15a9a42552 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -124,6 +124,7 @@ av_cold int ff_h263_decode_init(AVCodecContext *avctx) if ((ret = ff_MPV_common_init(s)) < 0) return ret; + ff_h263dsp_init(&s->h263dsp); ff_h263_decode_init_vlc(); return 0;