[FFmpeg-cvslog] avcodec/x86/hevc_idct: fix function name in comment
Michael Niedermayer
git at videolan.org
Wed Jun 25 18:24:09 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jun 25 15:08:30 2014 +0200| [1ace0ca60ff8c953f0029e58a9ca03dd84425ca2] | committer: Michael Niedermayer
avcodec/x86/hevc_idct: fix function name in comment
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ace0ca60ff8c953f0029e58a9ca03dd84425ca2
---
libavcodec/x86/hevc_idct.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm
index 2fcdf41..c97c82a 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
More information about the ffmpeg-cvslog
mailing list