forked from len0rd/rockbox
Inform the console when an unsupported WMA flavor is played.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dac1ed5f41
commit
18cf59960f
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +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 );
|
||||
lseek(fd,current.size - 24 - 72,SEEK_CUR);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue