On 3/14/2025 11:52 AM, James Almer wrote:
> Fixes fate failures introduced by recent tests that exercise the faulty code.
> 
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>   libswscale/swscale_unscaled.c | 74 ++++++++++++++++++-----------------
>   tests/ref/pixfmt/p410-nv24    |  2 +-
>   tests/ref/pixfmt/p410-p412be  |  2 +-
>   tests/ref/pixfmt/p410-p412le  |  2 +-
>   tests/ref/pixfmt/p410-p416be  |  2 +-
>   tests/ref/pixfmt/p410-p416le  |  2 +-
>   tests/ref/pixfmt/p412-nv24    |  2 +-
>   tests/ref/pixfmt/p412-p410be  |  2 +-
>   tests/ref/pixfmt/p412-p410le  |  2 +-
>   tests/ref/pixfmt/p412-p416be  |  2 +-
>   tests/ref/pixfmt/p412-p416le  |  2 +-
>   11 files changed, 48 insertions(+), 46 deletions(-)

Will apply soon because FATE is too yellow without this.