Correct a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13674 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9727d151a0
commit
62dab05cc9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ bool get_monkeys_metadata(int fd, struct mp3entry* id3)
|
|||
id3->frequency = get_long_le(buf+12);
|
||||
}
|
||||
|
||||
id3->vbr = true; /* All FLAC files are VBR */
|
||||
id3->vbr = true; /* All APE files are VBR */
|
||||
id3->filesize = filesize(fd);
|
||||
|
||||
totalsamples = finalframeblocks;
|
||||
|
|
Loading…
Reference in a new issue