# HG changeset patch # User michael # Date 1265595059 0 # Node ID 7c89ba8c0fd7c11d50b5fff0f9de51e572c8213e # Parent 8023ba45995fb83604d2e26d96a64701c79129d0 Remove incorrect fixme, i see no case that is missing. diff -r 8023ba45995f -r 7c89ba8c0fd7 h264_direct.c --- a/h264_direct.c Mon Feb 08 02:09:27 2010 +0000 +++ b/h264_direct.c Mon Feb 08 02:10:59 2010 +0000 @@ -220,8 +220,6 @@ 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];