summaryrefslogtreecommitdiff
path: root/apps/codecs/vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/vorbis.c')
-rw-r--r--apps/codecs/vorbis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index ca4aa9dd12..a6a90654b5 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -130,6 +130,7 @@ next_track:
130 error = CODEC_ERROR; 130 error = CODEC_ERROR;
131 goto exit; 131 goto exit;
132 } 132 }
133 ogg_malloc_init();
133 134
134 while (!*ci->taginfo_ready && !ci->stop_codec) 135 while (!*ci->taginfo_ready && !ci->stop_codec)
135 ci->sleep(1); 136 ci->sleep(1);