From b3f2a3fe3fe4e2a752fa2ef26d1e39d51f30cc52 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Mon, 11 Feb 2013 13:45:10 -0500 Subject: x86: mpeg4qpel: Make movsxifnidn do the right thing Fixes an instruction that does nothing by changing the source to dword. Signed-off-by: Diego Biurrun --- libavcodec/x86/mpeg4qpel.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86') diff --git a/libavcodec/x86/mpeg4qpel.asm b/libavcodec/x86/mpeg4qpel.asm index 6b5d20326d..df20ea9dc6 100644 --- a/libavcodec/x86/mpeg4qpel.asm +++ b/libavcodec/x86/mpeg4qpel.asm @@ -100,7 +100,7 @@ PUT_NO_RND_PIXELS8_L2 ; put_no_rnd_pixels16_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) %macro PUT_NO_RND_PIXELS16_l2 0 cglobal put_no_rnd_pixels16_l2, 6,6 - movsxdifnidn r3, r3 + movsxdifnidn r3, r3d movsxdifnidn r4, r4d pcmpeqb m6, m6 test r5d, 1 -- cgit v1.2.3