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;
|
return AVERROR_EOF;
|
||||||
}
|
}
|
||||||
} else {
|
} 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->cur_seq_no >= v->start_seq_no + v->n_segments) {
|
||||||
if (v->finished)
|
if (v->finished)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user