Browse Source

swscale: enable hScale_altivec_real.

tags/n0.8
Ronald S. Bultje 14 years ago
parent
commit
075d0ae72c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libswscale/ppc/swscale_altivec.c

+ 1
- 0
libswscale/ppc/swscale_altivec.c View File

@@ -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


Loading…
Cancel
Save