summaryrefslogtreecommitdiff
path: root/libswresample/x86
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-05 19:42:52 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-05 19:42:52 +0200
commitb6f4f0d9ef3d6702aae2113e44d28541e499247c (patch)
tree986bce0cdf55f91c007691046244fda98316efa7 /libswresample/x86
parentaae3119643d00e7ae40dfd6168465fe225d83856 (diff)
swr: fix PACK_2CH register count
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/x86')
-rw-r--r--libswresample/x86/audio_convert.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/x86/audio_convert.asm b/libswresample/x86/audio_convert.asm
index 70e2cf2ba8..654c827045 100644
--- a/libswresample/x86/audio_convert.asm
+++ b/libswresample/x86/audio_convert.asm
@@ -94,7 +94,7 @@ int32_to_int16_u_int %+ SUFFIX
;to, from, a/u, log2_outsize, log_intsize, const
%macro PACK_2CH 5-7
-cglobal pack_2ch_%2_to_%1_%3, 3, 4, 5, dst, src, len, src2
+cglobal pack_2ch_%2_to_%1_%3, 3, 4, 6, dst, src, len, src2
mov src2q , [srcq+gprsize]
mov srcq , [srcq]
mov dstq , [dstq]