changeset 32375:cbf877922fee

Spelling fix.
author reimar
date Sat, 09 Oct 2010 11:45:45 +0000
parents 40bb8aa55f55
children 0997281a39ca
files libvo/mga_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/mga_template.c	Sat Oct 09 11:41:10 2010 +0000
+++ b/libvo/mga_template.c	Sat Oct 09 11:45:45 2010 +0000
@@ -98,7 +98,7 @@
     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 {