mirror of
https://github.com/mpv-player/mpv
synced 2025-02-22 15:56:59 +00:00
cache: fix typo in comment
This commit is contained in:
parent
d6c4b35b0b
commit
4c4c7bdeda
@ -93,7 +93,7 @@ struct priv {
|
||||
int64_t min_filepos; // range of file that is cached in the buffer
|
||||
int64_t max_filepos; // ... max_filepos being the last read position
|
||||
bool eof; // true if max_filepos = EOF
|
||||
int64_t offset; // buffer[offset] correponds to max_filepos
|
||||
int64_t offset; // buffer[offset] corresponds to max_filepos
|
||||
|
||||
bool idle; // cache thread has stopped reading
|
||||
int64_t reads; // number of actual read attempts performed
|
||||
|
Loading…
Reference in New Issue
Block a user