1
0
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:
wm4 2014-04-09 19:03:17 +02:00
parent d6c4b35b0b
commit 4c4c7bdeda

View File

@ -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