Skip to content

Commit 1ace0ca

Browse files
committed
avcodec/x86/hevc_idct: fix function name in comment
Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 9ba6b17 commit 1ace0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/x86/hevc_idct.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ cglobal hevc_idct8_dc_add_8, 2, 3, 0
111111

112112

113113
INIT_XMM sse2
114-
; void ff_hevc_idct16_dc_add_8_mmxext(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
114+
; void ff_hevc_idct16_dc_add_8_sse2(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
115115
cglobal hevc_idct16_dc_add_8, 3, 4, 6
116116
movsx r3, word [r1]
117117
DC_ADD_INIT r3, r2

0 commit comments

Comments
 (0)