mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-13 15:13:21 +00:00
swscale doesnt ever actually do any runtime detection at all when runtime cpu detection is enabled, it simply passes whatever is passed to -sws_flags, which could be nothing at all making swscale default to the C implementation.