Mercurial > libavcodec.hg
changeset 7894:340c33b1efaa libavcodec
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
author | michael |
---|---|
date | Fri, 19 Sep 2008 18:53:31 +0000 |
parents | 463362e06206 |
children | 726e49d4d0ee |
files | h264.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);