Commit b6f4f0d9 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: fix PACK_2CH register count

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent aae31196
......@@ -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]
......
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