Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2022-10-05 17:43:55 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2022-10-20 13:57:06 +0300
commiteb9153b4a73f4d6e313206588eb7c03d1f4c12b8 (patch)
treeb16350dfbe1419881a52f213b9857abf1b0d1cfa /libavformat
parent754d52cf42d39f202e7cf58042d03aaf404a311b (diff)
avformat/hls: fix spelling and grammar on wrap warning
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/hls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c
index e622425e80..402eb2b5a0 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -1527,7 +1527,7 @@ reload:
return AVERROR_EOF;
}
} else {
- av_log(v->parent, AV_LOG_WARNING, "maybe the m3u8 list sequence have been wraped.\n");
+ av_log(v->parent, AV_LOG_WARNING, "The m3u8 list sequence may have been wrapped.\n");
}
if (v->cur_seq_no >= v->start_seq_no + v->n_segments) {
if (v->finished)