Hi, On Thu, Jun 2, 2011 at 9:09 PM, Kostya <[email protected]> wrote: > On Thu, Jun 02, 2011 at 08:34:37PM -0700, Ronald S. Bultje wrote: >> --- >> libswscale/ppc/swscale_altivec.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/libswscale/ppc/swscale_altivec.c >> b/libswscale/ppc/swscale_altivec.c >> index acfdc94..7f4dfcd 100644 >> --- a/libswscale/ppc/swscale_altivec.c >> +++ b/libswscale/ppc/swscale_altivec.c >> @@ -406,6 +406,7 @@ void ff_sws_init_swScale_altivec(SwsContext *c) >> if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC)) >> return; >> >> + c->hScale = hScale_altivec_real; >> c->yuv2yuvX = yuv2yuvX_altivec_real; >> >> /* The following list of supported dstFormat values should >> -- > > ok (and don't forget to test it on real PPC!)
I did. I was surprised, but it appears bitexact. Also, it is really actually called. :-). Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
