# HG changeset patch # User michael # Date 1404786187 0 # Node ID 1f7173bd5ff4fc5eef2c7f72a0f0f984b183e7be # Parent b69f68af3d6efbadba3971b03c193989aedd014e avfilter/x86/vf_pullup: fix old typo This should makes C and MMX match Signed-off-by: Michael Niedermayer diff -r b69f68af3d6e -r 1f7173bd5ff4 libmpcodecs/pullup.c --- a/libmpcodecs/pullup.c Tue Jul 08 01:37:38 2014 +0000 +++ b/libmpcodecs/pullup.c Tue Jul 08 02:23:07 2014 +0000 @@ -86,7 +86,7 @@ "2: \n\t" - "movq (%%"REG_D"), %%mm0 \n\t" + "movq (%%"REG_S"), %%mm0 \n\t" "movq (%%"REG_D"), %%mm1 \n\t" "punpcklbw %%mm7, %%mm0 \n\t" "movq (%%"REG_D",%%"REG_a"), %%mm2 \n\t"