diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/oggflac_plugin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/decoder/oggflac_plugin.c b/src/decoder/oggflac_plugin.c index 506f93f08..412de7081 100644 --- a/src/decoder/oggflac_plugin.c +++ b/src/decoder/oggflac_plugin.c @@ -281,11 +281,6 @@ static struct tag *oggflac_TagDup(const char *file) static bool oggflac_try_decode(struct input_stream *inStream) { - if (!inStream->seekable) - /* we cannot seek after the detection, so don't bother - checking */ - return true; - return ogg_stream_type_detect(inStream) == FLAC; } |