# HG changeset patch # User michael # Date 1221850411 0 # Node ID 340c33b1efaa410c989c9ee12b9899be35c2abba # Parent 463362e062064e0bf0af712b9e2bed9f1a65d543 Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. diff -r 463362e06206 -r 340c33b1efaa h264.c --- a/h264.c Fri Sep 19 18:49:17 2008 +0000 +++ b/h264.c Fri Sep 19 18:53:31 2008 +0000 @@ -2452,7 +2452,6 @@ fill_rectangle(ref, 4, 4, 8, (16+*ref)^(s->mb_y&1), 1); }else{ for(i=0; i<16; i+=4){ - //FIXME can refs be smaller than 8x8 when !direct_8x8_inference ? int ref = h->ref_cache[list][scan8[i]]; if(ref >= 0) fill_rectangle(&h->ref_cache[list][scan8[i]], 2, 2, 8, (16+ref)^(s->mb_y&1), 1);