swscale: enable hScale_altivec_real.
This commit is contained in:
parent
67d80a5421
commit
075d0ae72c
@ -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…
Reference in New Issue
Block a user