1
0
Fork 0
forked from len0rd/rockbox

FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-11-26 20:56:26 +00:00
parent 0a0c3f9763
commit 0bed2be414
5 changed files with 98 additions and 43 deletions

View file

@ -130,6 +130,7 @@ next_track:
error = CODEC_ERROR;
goto exit;
}
ogg_malloc_init();
while (!*ci->taginfo_ready && !ci->stop_codec)
ci->sleep(1);