This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f96829b5bf48f7cff983cbb5f138c2baa7be812f Author: Andreas Rheinhardt <[email protected]> AuthorDate: Wed Dec 10 17:25:03 2025 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sun Dec 14 10:16:46 2025 +0100 avcodec/x86/lossless_videoencdsp_init: Remove pointless av_unused Reviewed-by: Lynne <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/lossless_videoencdsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/lossless_videoencdsp_init.c b/libavcodec/x86/lossless_videoencdsp_init.c index b47e23fe42..c0cddf5938 100644 --- a/libavcodec/x86/lossless_videoencdsp_init.c +++ b/libavcodec/x86/lossless_videoencdsp_init.c @@ -41,7 +41,7 @@ void ff_sub_left_predict_avx(uint8_t *dst, const uint8_t *src, av_cold void ff_llvidencdsp_init_x86(LLVidEncDSPContext *c) { - av_unused int cpu_flags = av_get_cpu_flags(); + int cpu_flags = av_get_cpu_flags(); if (EXTERNAL_SSE2(cpu_flags)) { c->sub_median_pred = ff_sub_median_pred_sse2; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
