Mercurial > mplayer.hg
changeset 37139:1f7173bd5ff4
avfilter/x86/vf_pullup: fix old typo
This should makes C and MMX match
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author | michael |
---|---|
date | Tue, 08 Jul 2014 02:23:07 +0000 |
parents | b69f68af3d6e |
children | 637da6f8869a |
files | libmpcodecs/pullup.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"