mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-03 23:05:58 +08:00
swscale: enable hScale_altivec_real.
This commit is contained in:
@ -406,6 +406,7 @@ void ff_sws_init_swScale_altivec(SwsContext *c)
|
|||||||
if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC))
|
if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
c->hScale = hScale_altivec_real;
|
||||||
c->yuv2yuvX = yuv2yuvX_altivec_real;
|
c->yuv2yuvX = yuv2yuvX_altivec_real;
|
||||||
|
|
||||||
/* The following list of supported dstFormat values should
|
/* The following list of supported dstFormat values should
|
||||||
|
Reference in New Issue
Block a user