[FFmpeg-devel] [PATCH] swscale: aarch64: Simplify the assignment of lumToYV12
Martin Storsjö
martin at martin.st
Mon Mar 10 14:05:34 EET 2025
On Tue, 4 Mar 2025, Martin Storsjö wrote:
> 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.
>
> ---
> Sorry, I didn't notice this while reviewing the patch, until after
> pushing it.
> ---
> libswscale/aarch64/swscale.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Pushed now.
// Martin
More information about the ffmpeg-devel
mailing list