diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/ffmpeg_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/ffmpeg_plugin.c b/src/decoder/ffmpeg_plugin.c index 5137d412f..96ea2e5be 100644 --- a/src/decoder/ffmpeg_plugin.c +++ b/src/decoder/ffmpeg_plugin.c @@ -210,7 +210,7 @@ ffmpeg_helper(struct input_stream *input, bool (*callback)(BasePtrs *ptrs), static bool ffmpeg_try_decode(struct input_stream *input) { - return input->seekable && ffmpeg_helper(input, NULL, NULL); + return ffmpeg_helper(input, NULL, NULL); } static enum decoder_command |