Clarify a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9616 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8966c018fa
commit
8529414c7f
1 changed files with 2 additions and 1 deletions
|
@ -1112,7 +1112,8 @@ static void audio_read_file(void)
|
|||
track_widx = 0;
|
||||
}
|
||||
tracks[track_widx].filesize = 0;
|
||||
/* If this is an initial fill, stop after one track is complete */
|
||||
/* If we're short filling, and have at least twice the watermark
|
||||
* of data, stop filling after this track */
|
||||
if (filling_short && filebufused > conf_watermark * 2)
|
||||
fill_bytesleft = 0;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue