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:
parent
480ab7fc6f
commit
4594ad4605
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue