[MPlayer-cvslog] r32461 - trunk/libvo/mga_template.c
reimar
subversion at mplayerhq.hu
Sat Oct 9 13:45:45 CEST 2010
Author: reimar
Date: Sat Oct 9 13:45:45 2010
New Revision: 32461
Log:
Spelling fix.
Modified:
trunk/libvo/mga_template.c
Modified: trunk/libvo/mga_template.c
==============================================================================
--- trunk/libvo/mga_template.c Sat Oct 9 13:41:10 2010 (r32460)
+++ trunk/libvo/mga_template.c Sat Oct 9 13:45:45 2010 (r32461)
@@ -98,7 +98,7 @@ draw_slice_g400(uint8_t *image[], int st
dest2= dest + bespitch2*mga_vid_config.src_height / 2;
if(mga_vid_config.format==MGA_VID_FORMAT_YV12){
- // mga_vid's YV12 assumes Y,U,V order (insteda of Y,V,U) :(
+ // mga_vid's YV12 assumes Y,U,V order (instead of Y,V,U) :(
mem2agpcpy_pic(dest, image[1], w, h, bespitch2, stride[1]);
mem2agpcpy_pic(dest2,image[2], w, h, bespitch2, stride[2]);
} else {
More information about the MPlayer-cvslog
mailing list