mirror of https://github.com/mpv-player/mpv
demux: fix comment typo
This commit is contained in:
parent
7d0285b5bb
commit
4961682f1e
|
@ -2489,7 +2489,7 @@ static void execute_cache_seek(struct demux_internal *in,
|
|||
}
|
||||
}
|
||||
|
||||
// Create a new blank ache range, and backup the old one. If the seekable
|
||||
// Create a new blank cache range, and backup the old one. If the seekable
|
||||
// demuxer cache is disabled, merely reset the current range to a blank state.
|
||||
static void switch_to_fresh_cache_range(struct demux_internal *in)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue