This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit df7b8cae7b6b58029d20efad8e1673f961410f37 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sat Feb 21 13:48:15 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Tue Mar 10 13:52:18 2026 +0100 avutil/slicethread: Fix shadowing Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavutil/slicethread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavutil/slicethread.c b/libavutil/slicethread.c index 7650fc66ad..0a2d6662e1 100644 --- a/libavutil/slicethread.c +++ b/libavutil/slicethread.c @@ -153,7 +153,6 @@ int avpriv_slicethread_create(AVSliceThread **pctx, void *priv, for (i = 0; i < nb_workers; i++) { WorkerContext *w = &ctx->workers[i]; - int ret; w->ctx = ctx; ret = pthread_mutex_init(&w->mutex, NULL); if (ret) { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
