This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 12b58b86cc6e75ac53ba3f31934d216ef436126d Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Apr 7 22:34:33 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Wed Apr 8 21:00:04 2026 +0200 avcodec/x86/rv40dsp: Fix wrong comment Forgotten in d25b3497f2cd341e54911c8356eeccd66d38092a and 9abf906800155a3828e869f1820605872c2de6b4. Reviewed-by: Lynne <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/rv40dsp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/rv40dsp.asm b/libavcodec/x86/rv40dsp.asm index dc520dbeb4..07c119636a 100644 --- a/libavcodec/x86/rv40dsp.asm +++ b/libavcodec/x86/rv40dsp.asm @@ -1,5 +1,5 @@ ;****************************************************************************** -;* MMX/SSE2-optimized functions for the RV40 decoder +;* ASM-optimized functions for the RV40 decoder ;* Copyright (c) 2010 Ronald S. Bultje <[email protected]> ;* Copyright (c) 2010 Fiona Glaser <[email protected]> ;* Copyright (C) 2012 Christophe Gisquet <[email protected]> _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
