From fb70c63f7091070ddd9d6adddfe12d8908561103 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 8 Feb 2010 02:10:59 +0000 Subject: Remove incorrect fixme, i see no case that is missing. Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264_direct.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index a70e041a69..5a27f85fc3 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]; -- cgit v1.2.3