This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 561f37c0232f3d73237a461a7fc7557bd278451d Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Feb 26 02:46:40 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sun Mar 1 12:04:14 2026 +0100 avcodec/x86/huffyuvencdsp_init: Remove pointless av_unused Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/huffyuvencdsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/huffyuvencdsp_init.c b/libavcodec/x86/huffyuvencdsp_init.c index c46be95cb9..b4dd69bd28 100644 --- a/libavcodec/x86/huffyuvencdsp_init.c +++ b/libavcodec/x86/huffyuvencdsp_init.c @@ -38,7 +38,7 @@ void ff_sub_hfyu_median_pred_int16_avx2(uint16_t *dst, const uint16_t *src1, con av_cold void ff_huffyuvencdsp_init_x86(HuffYUVEncDSPContext *c, int bpp, int width) { - av_unused int cpu_flags = av_get_cpu_flags(); + int cpu_flags = av_get_cpu_flags(); if (EXTERNAL_SSE2(cpu_flags)) { c->diff_int16 = ff_diff_int16_sse2; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
