[Mplayer-cvslog] CVS: main/libvo osd.c,1.6,1.7
Michael Niedermayer
michael at mplayer.dev.hu
Sun Nov 11 02:14:12 CET 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv28293/libvo
Modified Files:
osd.c
Log Message:
bugfix
nick why did u remove the #if 0 around that code without testing it?
Index: osd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/osd.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- osd.c 10 Nov 2001 20:39:23 -0000 1.6
+++ osd.c 11 Nov 2001 01:14:09 -0000 1.7
@@ -126,20 +126,20 @@
"movb (%1, %%eax), %%bl \n\t"
"cmpb $0, %%bl \n\t"
" jz 2f \n\t"
- "movzxb (%2, %%eax), %%edx \n\t"
+ "movzbl (%2, %%eax), %%edx \n\t"
"shll $8, %%edx \n\t"
"decb %%bl \n\t"
- "movzxb (%0, %%eax, 4), %%ecx \n\t"
+ "movzbl (%0, %%eax, 4), %%ecx \n\t"
"imull %%ebx, %%ecx \n\t"
"addl %%edx, %%ecx \n\t"
"movb %%ch, (%0, %%eax, 4) \n\t"
- "movzxb 1(%0, %%eax, 4), %%ecx \n\t"
+ "movzbl 1(%0, %%eax, 4), %%ecx \n\t"
"imull %%ebx, %%ecx \n\t"
"addl %%edx, %%ecx \n\t"
"movb %%ch, 1(%0, %%eax, 4) \n\t"
- "movzxb 2(%0, %%eax, 4), %%ecx \n\t"
+ "movzbl 2(%0, %%eax, 4), %%ecx \n\t"
"imull %%ebx, %%ecx \n\t"
"addl %%edx, %%ecx \n\t"
"movb %%ch, 2(%0, %%eax, 4) \n\t"
More information about the MPlayer-cvslog
mailing list