mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user