[FFmpeg-cvslog] r10985 - trunk/libavcodec/intrax8.c

michael subversion
Fri Nov 9 23:15:46 CET 2007


Author: michael
Date: Fri Nov  9 23:15:46 2007
New Revision: 10985

Log:
grammar


Modified:
   trunk/libavcodec/intrax8.c

Modified: trunk/libavcodec/intrax8.c
==============================================================================
--- trunk/libavcodec/intrax8.c	(original)
+++ trunk/libavcodec/intrax8.c	Fri Nov  9 23:15:46 2007
@@ -380,7 +380,7 @@ static void x8_get_prediction(IntraX8Con
     c= w->prediction_table[2*s->mb_x-2 + !(s->mb_y&1) ];//block[x-1][y-1]
 
     w->est_run = FFMIN(b,a);
-    /*this condition have nothing to do with w->edges, even if it looks similar
+    /*this condition has nothing to do with w->edges, even if it looks similar
       it would triger if e.g. x=3;y=2;
       I guess somebody wrote something wrong and it became standard */
     if( (s->mb_x & s->mb_y) != 0 ) w->est_run=FFMIN(c,w->est_run);




More information about the ffmpeg-cvslog mailing list