1
0
Fork 0
forked from len0rd/rockbox

Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25134 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-03-12 18:47:13 +00:00
parent c82cac4c3d
commit 2ac401f486
3 changed files with 5 additions and 3 deletions

View file

@ -60,7 +60,7 @@ next_track:
res =atrac3_decode_init(&q, ci->id3);
if(res < 0) {
DEBUGF("failed to initialize atrac decoder\n");
DEBUGF("failed to initialize OMA atrac decoder\n");
return CODEC_ERROR;
}

View file

@ -83,7 +83,7 @@ next_track:
res =atrac3_decode_init(&q, ci->id3);
if(res < 0) {
DEBUGF("failed to initialize atrac decoder\n");
DEBUGF("failed to initialize RM atrac decoder\n");
return CODEC_ERROR;
}