forked from len0rd/rockbox
VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1771 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
662330eb5d
commit
0edcd0a7bf
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ static int getsonglength(int fd, struct mp3entry *entry)
|
|||
{
|
||||
/* Yes, it is a VBR file */
|
||||
entry->vbr = true;
|
||||
entry->vbrflags = xing[7];
|
||||
|
||||
if (entry->vbrflags & VBR_FRAMES_FLAG) /* Is the frame count there? */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue