[FFmpeg-cvslog] swr: more correct cglobal parameters to int16->int32
Michael Niedermayer
git at videolan.org
Sat Apr 28 17:19:24 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr 28 17:02:04 2012 +0200| [113738d6c289748bb6e32a1776986a97a2e2f515] | committer: Michael Niedermayer
swr: more correct cglobal parameters to int16->int32
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=113738d6c289748bb6e32a1776986a97a2e2f515
---
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 d98c35c..118b5e3 100644
--- a/libswresample/x86/audio_convert.asm
+++ b/libswresample/x86/audio_convert.asm
@@ -24,7 +24,7 @@
SECTION .text
%macro INT16_TO_INT32 1
-cglobal int16_to_int32_%1, 3, 3, 0, dst, src, len
+cglobal int16_to_int32_%1, 3, 3, 3, dst, src, len
mov srcq, [srcq]
mov dstq, [dstq]
%ifidn %1, a
More information about the ffmpeg-cvslog
mailing list