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);
|
||||
wfx->audiostream = flags&0x7f;
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue