Commit d8923a63 authored by michael's avatar michael

grammar


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10985 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 71b2109f
......@@ -380,7 +380,7 @@ static void x8_get_prediction(IntraX8Context * const w){
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment