mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
swscale/x86/rgb2rgb: add missing wrap for ff_uyvytoyuv422_avx2
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
287d139b77
commit
03546f49a3
@ -2432,10 +2432,10 @@ av_cold void rgb2rgb_init_x86(void)
|
|||||||
shuffle_bytes_1230 = ff_shuffle_bytes_1230_avx2;
|
shuffle_bytes_1230 = ff_shuffle_bytes_1230_avx2;
|
||||||
shuffle_bytes_3012 = ff_shuffle_bytes_3012_avx2;
|
shuffle_bytes_3012 = ff_shuffle_bytes_3012_avx2;
|
||||||
shuffle_bytes_3210 = ff_shuffle_bytes_3210_avx2;
|
shuffle_bytes_3210 = ff_shuffle_bytes_3210_avx2;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
if (EXTERNAL_AVX2_FAST(cpu_flags)) {
|
if (EXTERNAL_AVX2_FAST(cpu_flags)) {
|
||||||
uyvytoyuv422 = ff_uyvytoyuv422_avx2;
|
uyvytoyuv422 = ff_uyvytoyuv422_avx2;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user