1
0
Fork 0
forked from len0rd/rockbox

no C99 stuff here ;-)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-17 07:10:41 +00:00
parent aa287bb8cc
commit 012e688bf9

View file

@ -554,10 +554,11 @@ static int getsonglength(int fd, struct mp3entry *entry)
xing[2] == 'n' &&
xing[3] == 'g')
{
int i = 8; /* Where to start parsing info */
/* Yes, it is a VBR file */
entry->vbr = true;
entry->vbrflags = xing[7];
int i = 8; /* Where to start parsing info */
if (entry->vbrflags & VBR_FRAMES_FLAG) /* Is the frame count there? */
{