mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/hls: fix spelling and grammar on wrap warning
This commit is contained in:
parent
754d52cf42
commit
eb9153b4a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user