diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-02 20:33:05 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-03 09:52:09 -0700 |
commit | 075d0ae72c993403bdeb8713f740d1bbb7a1359d (patch) | |
tree | a90eb084d21e3b28151a397f499fce520cbff0e3 /libswscale/ppc | |
parent | 67d80a54217f93a50b7a52449fad12215b43c9e8 (diff) | |
download | ffmpeg-075d0ae72c993403bdeb8713f740d1bbb7a1359d.tar.gz |
swscale: enable hScale_altivec_real.
Diffstat (limited to 'libswscale/ppc')
-rw-r--r-- | 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 acfdc94cd8..7f4dfcd6f1 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 |