summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_idct.asm
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-25 15:08:30 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-25 18:22:25 +0200
commit1ace0ca60ff8c953f0029e58a9ca03dd84425ca2 (patch)
tree5448c8d2f0b1281bb3a61902e58238e1ac20c14f /libavcodec/x86/hevc_idct.asm
parent9ba6b17add28b57c7e0be2b43df50d104c043be0 (diff)
avcodec/x86/hevc_idct: fix function name in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hevc_idct.asm')
-rw-r--r--libavcodec/x86/hevc_idct.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm
index 2fcdf410d8..c97c82a8e6 100644
--- a/libavcodec/x86/hevc_idct.asm
+++ b/libavcodec/x86/hevc_idct.asm
@@ -111,7 +111,7 @@ cglobal hevc_idct8_dc_add_8, 2, 3, 0
INIT_XMM sse2
-; void ff_hevc_idct16_dc_add_8_mmxext(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
+; void ff_hevc_idct16_dc_add_8_sse2(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
cglobal hevc_idct16_dc_add_8, 3, 4, 6
movsx r3, word [r1]
DC_ADD_INIT r3, r2