1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avformat/hls: fix typo in Range header comment (chore)

Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Jack Lau
2025-02-10 08:33:40 +08:00
committed by Marth64
parent f8c8e1f39d
commit 8fc91ea936

View File

@ -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);