[FFmpeg-cvslog] avformat/hls: fix typo in Range header comment (chore)
Jack Lau
git at videolan.org
Sun Jun 15 20:24:26 EEST 2025
ffmpeg | branch: master | Jack Lau <jacklau1222 at qq.com> | Mon Feb 10 08:33:40 2025 +0800| [8fc91ea9363353f6445fbd0b1f00fc4ed9267b60] | committer: Marth64
avformat/hls: fix typo in Range header comment (chore)
Signed-off-by: Marth64 <marth64 at proxyid.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fc91ea9363353f6445fbd0b1f00fc4ed9267b60
---
libavformat/hls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index c7b655c83c..bac3e98648 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -2137,7 +2137,7 @@ static int hls_read_header(AVFormatContext *s)
return ret;
/* XXX: Some HLS servers don't like being sent the range header,
- in this case, need to setting http_seekable = 0 to disable
+ in this case, we need to set http_seekable = 0 to disable
the range header */
av_dict_set_int(&c->avio_opts, "seekable", c->http_seekable, 0);
More information about the ffmpeg-cvslog
mailing list