This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit eb3fc776cc8fff60a8da5dde6121f502e1dfb6ed Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 18:14:51 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Mon Sep 7 03:10:15 2026 +0200 compat/w32pthreads: drop stale Vista reference in comment Windows 7 is the minimum, the API choice is unconditional. Signed-off-by: Kacper Michajłow <[email protected]> --- compat/w32pthreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/w32pthreads.h b/compat/w32pthreads.h index 5d01d1a14e..d39d3dc428 100644 --- a/compat/w32pthreads.h +++ b/compat/w32pthreads.h @@ -53,7 +53,7 @@ typedef struct w32pthread_t { void *ret; } *pthread_t; -/* use light weight mutex/condition variable API for Windows Vista and later */ +/* use light weight mutex/condition variable API */ typedef SRWLOCK pthread_mutex_t; typedef CONDITION_VARIABLE pthread_cond_t; -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
