1
0
Fork 0
forked from len0rd/rockbox

Musepack files are always VBR.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-03-05 17:23:34 +00:00
parent 480ab7fc6f
commit 4594ad4605

View file

@ -1238,6 +1238,7 @@ static bool get_musepack_metadata(int fd, struct mp3entry *id3)
return false;
}
id3->vbr = true;
/* Estimate bitrate, we should probably subtract the various header sizes
here for super-accurate results */
id3->length = samples/id3->frequency*1000;