1
0
Fork 0
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:
Björn Stenberg 2002-08-15 19:11:26 +00:00
parent 662330eb5d
commit 0edcd0a7bf

View file

@ -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? */
{