diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-08 02:10:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-08 02:10:59 +0000 |
commit | fb70c63f7091070ddd9d6adddfe12d8908561103 (patch) | |
tree | b9dcd771431fd1271ed044b41d0bcf117ff3ec7b /libavcodec/h264_direct.c | |
parent | 35c8b9c094eebbbead9d818201bc20ea6a3258a2 (diff) | |
download | ffmpeg-fb70c63f7091070ddd9d6adddfe12d8908561103.tar.gz |
Remove incorrect fixme, i see no case that is missing.
Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_direct.c')
-rw-r--r-- | libavcodec/h264_direct.c | 2 |
1 files changed, 0 insertions, 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]; |