mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-19 14:00:18 +00:00
Revert "x86/tx_float: change a condition in a preprocessor check"
This reverts commit 0d8f43c74d.
This commit is contained in:
parent
2f888fb99e
commit
b890482d05
1 changed files with 1 additions and 1 deletions
|
|
@ -1796,7 +1796,7 @@ cglobal fft_pfa_15xM_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, buf,
|
|||
mov btmpq, outq
|
||||
|
||||
mov outq, [ctxq + AVTXContext.tmp]
|
||||
%if %2 == 0
|
||||
%if !%2
|
||||
movsxd lenq, dword [ctxq + AVTXContext.len]
|
||||
mov lutq, [ctxq + AVTXContext.map]
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue