Commit 113738d6 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: more correct cglobal parameters to int16->int32

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 12eeced8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment