diff options
Diffstat (limited to 'apps/codecs/aiff.c')
| -rw-r--r-- | apps/codecs/aiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/aiff.c b/apps/codecs/aiff.c index 144f462..20d2dd3 100644 --- a/apps/codecs/aiff.c +++ b/apps/codecs/aiff.c @@ -219,7 +219,7 @@ next_track: while (!endofstream) { ci->yield(); - if (ci->stop_codec || ci->reload_codec) + if (ci->stop_codec || ci->new_track) break; if (ci->seek_time) { |