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:
parent
aa287bb8cc
commit
012e688bf9
1 changed files with 2 additions and 1 deletions
|
@ -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? */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue