You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swr: more correct cglobal parameters to int16->int32
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
SECTION .text
|
SECTION .text
|
||||||
|
|
||||||
%macro INT16_TO_INT32 1
|
%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 srcq, [srcq]
|
||||||
mov dstq, [dstq]
|
mov dstq, [dstq]
|
||||||
%ifidn %1, a
|
%ifidn %1, a
|
||||||
|
Reference in New Issue
Block a user