Mercurial > libavcodec.hg
changeset 11100:7c89ba8c0fd7 libavcodec
Remove incorrect fixme, i see no case that is missing.
author | michael |
---|---|
date | Mon, 08 Feb 2010 02:10:59 +0000 |
parents | 8023ba45995f |
children | a82b9c88682f |
files | h264_direct.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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];