1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avformat/hls: fix spelling and grammar on wrap warning

This commit is contained in:
Tristan Matthews
2022-10-05 10:43:55 -04:00
committed by Gyan Doshi
parent 754d52cf42
commit eb9153b4a7

View File

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