[FFmpeg-cvslog] swscale: enable hScale_altivec_real.

Ronald S. Bultje git at videolan.org
Sat Jun 4 06:40:01 CEST 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Thu Jun  2 20:33:05 2011 -0700| [075d0ae72c993403bdeb8713f740d1bbb7a1359d] | committer: Ronald S. Bultje

swscale: enable hScale_altivec_real.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=075d0ae72c993403bdeb8713f740d1bbb7a1359d
---

 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



More information about the ffmpeg-cvslog mailing list