mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-25 16:56:55 +00:00
We normally don't need else statements here; the common pattern is to assign lower level SIMD implementations first, then conditionally reassign higher level ones afterwards, if supported. Signed-off-by: Martin Storsjö <martin@martin.st>