From 18cf59960f794cce796e65e3a80da457daf11088 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Fri, 18 Apr 2008 23:18:06 +0000 Subject: [PATCH] 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 --- apps/metadata/asf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c index c938cc6d0e..52107d6342 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); }