mirror of
https://github.com/mpv-player/mpv
synced 2025-04-06 17:43:02 +00:00
demux: fix typos
This commit is contained in:
parent
2d0206df32
commit
99483d3118
@ -1290,7 +1290,7 @@ static void find_backward_restart_pos(struct demux_stream *ds)
|
|||||||
} else if (!first && ds->eof) {
|
} else if (!first && ds->eof) {
|
||||||
// Reached EOF during normal backward demuxing. We probably returned the
|
// Reached EOF during normal backward demuxing. We probably returned the
|
||||||
// last keyframe range to user. Need to resume at an earlier position.
|
// last keyframe range to user. Need to resume at an earlier position.
|
||||||
// Fall through, hit the no-keyframe case (and possible the BOF check
|
// Fall through, hit the no-keyframe case (and possibly the BOF check
|
||||||
// if there are no packets at all), and then resume_earlier.
|
// if there are no packets at all), and then resume_earlier.
|
||||||
} else if (!first) {
|
} else if (!first) {
|
||||||
return; // no packets yet
|
return; // no packets yet
|
||||||
@ -1620,7 +1620,7 @@ static void attempt_range_joining(struct demux_internal *in)
|
|||||||
|
|
||||||
// For enabled non-sparse streams, always require an overlap packet.
|
// For enabled non-sparse streams, always require an overlap packet.
|
||||||
if (ds->eager && !join_point_found) {
|
if (ds->eager && !join_point_found) {
|
||||||
MP_WARN(in, "stream %d: no joint point found\n", n);
|
MP_WARN(in, "stream %d: no join point found\n", n);
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user