summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aiff.c')
-rw-r--r--apps/codecs/aiff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/aiff.c b/apps/codecs/aiff.c
index 93a7c39489..8b90f7fe9c 100644
--- a/apps/codecs/aiff.c
+++ b/apps/codecs/aiff.c
@@ -72,8 +72,8 @@ next_track:
72 goto exit; 72 goto exit;
73 } 73 }
74 74
75 while (!*ci->taginfo_ready) 75 while (!*ci->taginfo_ready && !ci->stop_codec)
76 ci->yield(); 76 ci->sleep(1);
77 77
78 codec_set_replaygain(ci->id3); 78 codec_set_replaygain(ci->id3);
79 79