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.
This commit is contained in:
@@ -579,7 +579,6 @@ const struct decoder_plugin aacPlugin = {
|
||||
.stream_decode = aac_stream_decode,
|
||||
.file_decode = aac_decode,
|
||||
.tag_dup = aacTagDup,
|
||||
.stream_types = INPUT_PLUGIN_STREAM_FILE | INPUT_PLUGIN_STREAM_URL,
|
||||
.suffixes = aac_suffixes,
|
||||
.mime_types = aac_mimeTypes
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user