mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 07:02:31 -05:00
Opps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
18cf59960f
commit
1928ecf6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ static int asf_parse_header(int fd, struct mp3entry* id3,
|
||||||
lseek(fd,current.size - 24 - 72 - 6,SEEK_CUR);
|
lseek(fd,current.size - 24 - 72 - 6,SEEK_CUR);
|
||||||
wfx->audiostream = flags&0x7f;
|
wfx->audiostream = flags&0x7f;
|
||||||
} else {
|
} else {
|
||||||
DEBUGF("Unsupported WMA codec (Pro, Lossless, Voice, etc)\n", wfx->audiostream );
|
DEBUGF("Unsupported WMA codec (Pro, Lossless, Voice, etc)\n");
|
||||||
lseek(fd,current.size - 24 - 72,SEEK_CUR);
|
lseek(fd,current.size - 24 - 72,SEEK_CUR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue