mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Remove incorrect fixme, i see no case that is missing.
Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
35c8b9c094
commit
fb70c63f70
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user