diff options
-rw-r--r-- | src/decode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decode.c b/src/decode.c index fbc06b45c..d0e3f8a3d 100644 --- a/src/decode.c +++ b/src/decode.c @@ -649,10 +649,6 @@ static void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer * while (pc->queueState == PLAYER_QUEUE_DECODE || pc->queueLockState == PLAYER_QUEUE_LOCKED) { processDecodeInput(); - if (quit) { - quitDecode(pc, dc); - return; - } my_usleep(10000); } if (pc->queueState != PLAYER_QUEUE_PLAY) { |