[FFmpeg-cvslog] libswresample: make NOP_N macro less picky on its parameters
Michael Niedermayer
git at videolan.org
Sun May 13 21:21:32 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 13 20:45:32 2012 +0200| [c4047ad9e0c961cb86f5956ea3b8311ce06862fd] | committer: Michael Niedermayer
libswresample: make NOP_N macro less picky on its parameters
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4047ad9e0c961cb86f5956ea3b8311ce06862fd
---
libswresample/x86/audio_convert.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libswresample/x86/audio_convert.asm b/libswresample/x86/audio_convert.asm
index b423a58..6f33575 100644
--- a/libswresample/x86/audio_convert.asm
+++ b/libswresample/x86/audio_convert.asm
@@ -360,7 +360,7 @@ pack_6ch_%2_to_%1_u_int %+ SUFFIX
packssdw m1, m3
%endmacro
-%macro NOP_N 6
+%macro NOP_N 0-6
%endmacro
INIT_MMX mmx
More information about the ffmpeg-cvslog
mailing list