diff options
-rw-r--r-- | src/decoder_api.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder_api.c b/src/decoder_api.c index 8a7e2a4da..0a9bc2368 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -174,8 +174,7 @@ need_chunks(struct input_stream *is, bool wait) notify_wait(&dc.notify); notify_signal(&pc.notify); - if (dc.command != DECODE_COMMAND_STOP) - return dc.command; + return dc.command; } return DECODE_COMMAND_NONE; |