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

Git pushed a commit to branch master
in repository ffmpeg.

commit 087f25c2ab87127cb1007f277642e1d9a4cf9d20
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sun Jun 14 22:54:02 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Wed Jun 17 23:05:23 2026 +0200

    avcodec/x86/rv40dsp_init: Remove pointless av_unused
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/rv40dsp_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/x86/rv40dsp_init.c b/libavcodec/x86/rv40dsp_init.c
index 97abee3219..99886a2289 100644
--- a/libavcodec/x86/rv40dsp_init.c
+++ b/libavcodec/x86/rv40dsp_init.c
@@ -175,7 +175,7 @@ void ff_rv40_ ## OP ## _chroma_mc ## SIZE ## _ ## 
XMM(uint8_t *dst, const uint8_
 
 av_cold void ff_rv40dsp_init_x86(RV34DSPContext *c)
 {
-    av_unused int cpu_flags = av_get_cpu_flags();
+    int cpu_flags = av_get_cpu_flags();
 
     if (EXTERNAL_SSE2(cpu_flags)) {
         c->put_pixels_tab[0][15]        = put_rv40_qpel16_mc33_sse2;

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

Reply via email to