On 08/10/2014 10:53 AM, Diego Biurrun wrote: > 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? > >
Nope, this is what is on HEAD. Looks like Anton was last to touch this an added this bit. -- John GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01 83F0 49F1 D7B2 60D4 D0F7
signature.asc
Description: OpenPGP digital signature
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
