This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit c5d9711be45d7f84020877027b6fc4e44bd81138
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sat Nov 15 10:23:01 2025 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Fri Feb 13 09:21:33 2026 +0100

    avcodec/mpegvideoenc: Remove MMX from comment
    
    The MMX code has been removed in 5ef613bcb0508f16bd5b190168183326391de9b0
    and MMX was not used for most cpus even before then.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/mpegvideoenc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpegvideoenc.h b/libavcodec/mpegvideoenc.h
index 9003d017e5..3943a284e8 100644
--- a/libavcodec/mpegvideoenc.h
+++ b/libavcodec/mpegvideoenc.h
@@ -117,7 +117,7 @@ typedef struct MPVEncContext {
     int (*q_intra_matrix)[64];
     int (*q_chroma_intra_matrix)[64];
     int (*q_inter_matrix)[64];
-    /** identical to the above but for MMX & these are not permutated, second 
64 entries are bias*/
+    /** identical to the above but for SSE & these are not permutated, second 
64 entries are bias*/
     uint16_t (*q_intra_matrix16)[2][64];
     uint16_t (*q_chroma_intra_matrix16)[2][64];
     uint16_t (*q_inter_matrix16)[2][64];

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to