From 85a7d1a1487dd29705b6df5175727d565350c784 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 4 Nov 2008 17:10:19 +0100 Subject: decoder: removed stream_types Instead of checking the stream_types bit set, we can simply check whether the methods stream_decode() and file_decode() are implemented. --- src/decoder/mod_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decoder/mod_plugin.c') diff --git a/src/decoder/mod_plugin.c b/src/decoder/mod_plugin.c index 5f3dbb191..6e21a13eb 100644 --- a/src/decoder/mod_plugin.c +++ b/src/decoder/mod_plugin.c @@ -260,6 +260,5 @@ const struct decoder_plugin modPlugin = { .finish = mod_finishMikMod, .file_decode = mod_decode, .tag_dup = modTagDup, - .stream_types = INPUT_PLUGIN_STREAM_FILE, .suffixes = modSuffixes, }; -- cgit v1.2.3