diff options
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); } |