[SCM] libav/experimental: Remove incorrect fixme, i see no case that is missing.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:36 UTC 2013


The following commit has been merged in the experimental branch:
commit fb70c63f7091070ddd9d6adddfe12d8908561103
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Feb 8 02:10:59 2010 +0000

    Remove incorrect fixme, i see no case that is missing.
    
    Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c
index a70e041..5a27f85 100644
--- a/libavcodec/h264_direct.c
+++ b/libavcodec/h264_direct.c
@@ -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];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list