1
0
Fork 0
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:
Michael Giacomelli 2008-04-18 23:18:06 +00:00
parent dac1ed5f41
commit 18cf59960f

View file

@ -358,6 +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 );
lseek(fd,current.size - 24 - 72,SEEK_CUR); lseek(fd,current.size - 24 - 72,SEEK_CUR);
} }