mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
parent
51daafb02e
commit
9ee9c679a7
@ -381,7 +381,7 @@ VERTICAL_EXTEND 16, 22
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %1-%%off >= 4
|
%if %1-%%off >= 4
|
||||||
%if %1 > 8 %% %1-%%off > 4
|
%if %1 > 8 && %1-%%off > 4
|
||||||
movq [%2+%1-8], m0
|
movq [%2+%1-8], m0
|
||||||
%assign %%off %1
|
%assign %%off %1
|
||||||
%elif %1 >= 8 && %1-%%off >= 4
|
%elif %1 >= 8 && %1-%%off >= 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user