diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 2d4f1cd16..c8e9fd9cf 100644 --- a/src/decode.c +++ b/src/decode.c @@ -308,7 +308,7 @@ static void decodeStart(PlayerControl * pc, OutputBuffer * cb, /* for http streams, seekable is determined in bufferInputStream */ dc->seekable = inStream.seekable; - + if (dc->stop) goto stop; |