[FFmpeg-cvslog] x86: h264_idct: Remove incorrect comment

Diego Biurrun git at videolan.org
Thu Aug 22 13:08:50 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Aug 19 15:32:36 2013 +0200| [0b45269c2d732d15afa2de9c475d85fcf5561ac4] | committer: Diego Biurrun

x86: h264_idct: Remove incorrect comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b45269c2d732d15afa2de9c475d85fcf5561ac4
---

 libavcodec/x86/h264_idct.asm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/h264_idct.asm b/libavcodec/x86/h264_idct.asm
index 3ced8af..4635485 100644
--- a/libavcodec/x86/h264_idct.asm
+++ b/libavcodec/x86/h264_idct.asm
@@ -30,7 +30,6 @@
 
 SECTION_RODATA
 
-; FIXME this table is a duplicate from h264data.h, and will be removed once the tables from, h264 have been split
 scan8_mem: db  4+ 1*8, 5+ 1*8, 4+ 2*8, 5+ 2*8
            db  6+ 1*8, 7+ 1*8, 6+ 2*8, 7+ 2*8
            db  4+ 3*8, 5+ 3*8, 4+ 4*8, 5+ 4*8



More information about the ffmpeg-cvslog mailing list