This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 1c522ffdef5a279a4b8c99dd08b86c88210b7399 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Mon May 4 15:32:27 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Mon May 4 17:31:05 2026 +0200 avcodec/x86/mpegvideoenc{,_template}: Remove remnants of MMX Reviewed-by: Kieran Kunhya <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/mpegvideoenc.c | 2 +- libavcodec/x86/mpegvideoenc_template.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/x86/mpegvideoenc.c b/libavcodec/x86/mpegvideoenc.c index 24dd049200..f33c37eeb9 100644 --- a/libavcodec/x86/mpegvideoenc.c +++ b/libavcodec/x86/mpegvideoenc.c @@ -27,7 +27,7 @@ #include "libavcodec/avcodec.h" #include "libavcodec/mpegvideoenc.h" -/* not permutated inverse zigzag_direct + 1 for MMX quantizer */ +/* not permutated inverse zigzag_direct + 1 */ DECLARE_ALIGNED(16, static const uint16_t, inv_zigzag_direct16)[64] = { 1, 2, 6, 7, 15, 16, 28, 29, 3, 5, 8, 14, 17, 27, 30, 43, diff --git a/libavcodec/x86/mpegvideoenc_template.c b/libavcodec/x86/mpegvideoenc_template.c index d6ff4f68a0..238494e5e5 100644 --- a/libavcodec/x86/mpegvideoenc_template.c +++ b/libavcodec/x86/mpegvideoenc_template.c @@ -1,5 +1,5 @@ /* - * MPEG video MMX templates + * MPEG video DCT template * * Copyright (c) 2002 Michael Niedermayer <[email protected]> * @@ -32,7 +32,6 @@ #include "mpegvideoencdsp.h" #undef SPREADW -#undef PMAXW #undef PMAX #undef SAVE_SIGN #undef RESTORE_SIGN _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
