diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decode.c | 1 |
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); } |