On Sun, Aug 10, 2014 at 10:45:24AM -0700, John Stebbins wrote: > --- a/libavcodec/mpeg4videodec.c > +++ b/libavcodec/mpeg4videodec.c > @@ -2546,8 +2546,11 @@ static int mpeg4_update_thread_context(AVCodecContext > *dst, > if (ret < 0) > return ret; > > - if (CONFIG_MPEG4_DECODER && !init && s1->xvid_build >= 0) > - ff_xvididct_init(&s->m.idsp, dst); > + if (!init) > + if (CONFIG_MPEG4_DECODER && s1->xvid_build >= 0) > + ff_xvididct_init(&s->m.idsp, dst); > + else > + ff_mpv_idct_init(&s->m);
This does not match what I have in that file; working on top of an outdated revision? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
