Commit a0c5cd34 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixels

Found-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a1cb4efd
......@@ -361,7 +361,7 @@ cglobal get_pixels, 3,4
REP_RET
INIT_XMM sse2
cglobal get_pixels, 3, 4
cglobal get_pixels, 3, 4, 5
movsxdifnidn r2, r2d
lea r3, [r2*3]
pxor m4, m4
......
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