# HG changeset patch # User michael # Date 1194646546 0 # Node ID 35c91d1b84c07f35e953bf0c91e14415557f17ca # Parent 4a3dc304e623f8a4b060b4a752d12e7a6f4264a3 grammar diff -r 4a3dc304e623 -r 35c91d1b84c0 intrax8.c --- 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);