[FFmpeg-cvslog] r21684 - trunk/libavcodec/h264_direct.c

michael subversion
Mon Feb 8 03:10:59 CET 2010


Author: michael
Date: Mon Feb  8 03:10:59 2010
New Revision: 21684

Log:
Remove incorrect fixme, i see no case that is missing.

Modified:
   trunk/libavcodec/h264_direct.c

Modified: trunk/libavcodec/h264_direct.c
==============================================================================
--- trunk/libavcodec/h264_direct.c	Mon Feb  8 03:09:27 2010	(r21683)
+++ trunk/libavcodec/h264_direct.c	Mon Feb  8 03:10:59 2010	(r21684)
@@ -220,8 +220,6 @@ single_col:
         int mv[2][2];
         int list;
 
-        /* FIXME interlacing + spatial direct uses wrong colocated block positions */
-
         /* ref = min(neighbors) */
         for(list=0; list<2; list++){
             int left_ref = h->ref_cache[list][scan8[0] - 1];



More information about the ffmpeg-cvslog mailing list