diff xvmcvideo.c @ 6488:ecbe9565dcae libavcodec

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents 493dc59d469a
children 17930bc13349
line wrap: on
line diff
--- a/xvmcvideo.c	Mon Mar 10 21:59:30 2008 +0000
+++ b/xvmcvideo.c	Wed Mar 12 23:58:46 2008 +0000
@@ -275,7 +275,7 @@
 
     for(i=0; i<blocks_per_mb; i++){
         if(s->block_last_index[i] >= 0){
-            // i do not have unsigned_intra MOCO to test, hope it is OK
+            // I do not have unsigned_intra MOCO to test, hope it is OK
             if( (s->mb_intra) && ( render->idct || (!render->idct && !render->unsigned_intra)) )
                 s->pblocks[i][0]-=1<<10;
             if(!render->idct){