This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 298f67fa2a8ec97af323e92c76a65b5f3552ed7a Author: Kacper Michajłow <[email protected]> AuthorDate: Sun Jul 26 13:51:05 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Mon Jul 27 17:05:20 2026 +0000 avformat/libcurl: fix comments Signed-off-by: Kacper Michajłow <[email protected]> --- libavformat/libcurl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/libcurl.c b/libavformat/libcurl.c index 4fcda26007..bb5fa0f002 100644 --- a/libavformat/libcurl.c +++ b/libavformat/libcurl.c @@ -74,7 +74,7 @@ typedef struct CurlLoop { pthread_t thread; CURLM *multi; - CURLSH *share; /* shared cookies/DNS/TLS sessions/HSTS */ + CURLSH *share; /* shared cookies/HSTS */ pthread_mutex_t mutex; /* guards the command queue, exit and cmd->done */ pthread_cond_t cond; /* signaled when a sync command completes */ @@ -332,7 +332,7 @@ static size_t header_callback(char *ptr, size_t size, size_t nitems, void *userd } /* A compressed body is addressed in encoded form, so byte offsets are * meaningless: not seekable. Note that we prefer compression over - * seekability, servers doesn't offer media in compressed form, so it + * seekability, servers don't offer media in compressed form, so it * gives us free compression for other payloads like text playlist. */ c->seekable = !c->hdr_compressed && (status == 206 || c->hdr_accept_ranges); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
