summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index 55c23dfb32..b44c56b676 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -126,20 +126,20 @@ void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char *srca, i
"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"