[FFmpeg-cvslog] r15370 - trunk/libavcodec/h264.c
michael
subversion
Fri Sep 19 20:53:31 CEST 2008
Author: michael
Date: Fri Sep 19 20:53:31 2008
New Revision: 15370
Log:
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Fri Sep 19 20:53:31 2008
@@ -2452,7 +2452,6 @@ static av_always_inline void hl_decode_m
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);
More information about the ffmpeg-cvslog
mailing list