summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct.asm
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-22 13:03:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-22 13:04:07 +0200
commit503aec142526b3cc6fd67779f40600fe7ddfe162 (patch)
treed4126149b1a6caf2b0d9f31b3ac06dc606ac61ea /libavcodec/x86/h264_idct.asm
parent139a98be8e2cc9fd94cdd8d121694324cf1ff455 (diff)
parent0b45269c2d732d15afa2de9c475d85fcf5561ac4 (diff)
Merge commit '0b45269c2d732d15afa2de9c475d85fcf5561ac4'
* commit '0b45269c2d732d15afa2de9c475d85fcf5561ac4': x86: h264_idct: Remove incorrect comment Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/h264_idct.asm')
-rw-r--r--libavcodec/x86/h264_idct.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_idct.asm b/libavcodec/x86/h264_idct.asm
index 17bf794bce..88cd3ff48d 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