aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index 3ef720081..ae5d050b0 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -525,7 +525,6 @@ void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer * cb) {
dc->state!=DECODE_STATE_STOP)
{
processDecodeInput();
- if(quit) return;
my_usleep(1000);
}