swscale/x86/ops_float: fix typo in linear_row

First vector is %2, not %3. This was never triggered before because all of
the existing masks never hit this exact case.

Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
Niklas Haas
2026-03-31 16:02:54 +02:00
parent 6a83e15392
commit 526195e0a3

View File

@@ -327,7 +327,7 @@ op dither%1
IF COL(2), mulps m14, %4
IF COL(3), mulps m15, %5
IF COL(0), addps %1, m12
IF NOP(0) && COL(4), addps %1, %3 ; first vector was not reused
IF NOP(0) && COL(4), addps %1, %2 ; first vector was not reused
IF COL(1), addps %1, m13
IF NOP(1), addps %1, %3
IF COL(2), addps %1, m14