diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-04-18 23:18:06 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-04-18 23:18:06 +0000 |
| commit | 18cf59960f794cce796e65e3a80da457daf11088 (patch) | |
| tree | ca3784d55f3aeab96053b65af5e371e8c7741fe6 /apps | |
| parent | dac1ed5f41d247dbfebbaf42d511b08a5734cb49 (diff) | |
| download | rockbox-18cf59960f794cce796e65e3a80da457daf11088.zip rockbox-18cf59960f794cce796e65e3a80da457daf11088.tar.gz rockbox-18cf59960f794cce796e65e3a80da457daf11088.tar.bz2 rockbox-18cf59960f794cce796e65e3a80da457daf11088.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/metadata/asf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c index c938cc6..52107d6 100644 --- a/apps/metadata/asf.c +++ b/apps/metadata/asf.c @@ -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); } |