Commit 0c7b5149 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21684 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aa37f1cf
...@@ -220,8 +220,6 @@ single_col: ...@@ -220,8 +220,6 @@ single_col:
int mv[2][2]; int mv[2][2];
int list; int list;
/* FIXME interlacing + spatial direct uses wrong colocated block positions */
/* ref = min(neighbors) */ /* ref = min(neighbors) */
for(list=0; list<2; list++){ for(list=0; list<2; list++){
int left_ref = h->ref_cache[list][scan8[0] - 1]; int left_ref = h->ref_cache[list][scan8[0] - 1];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment