changeset 5901:35c91d1b84c0 libavcodec

grammar
author michael
date Fri, 09 Nov 2007 22:15:46 +0000
parents 4a3dc304e623
children 36a80fc5d25c
files intrax8.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/intrax8.c	Fri Nov 09 22:05:29 2007 +0000
+++ b/intrax8.c	Fri Nov 09 22:15:46 2007 +0000
@@ -380,7 +380,7 @@
     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);