decoder_plugin: added method stream_tag()
This is like tag_dup(), but works with an input_stream object instead of a file path.
This commit is contained in:
@@ -411,6 +411,7 @@ const struct decoder_plugin sidplay_decoder_plugin = {
|
||||
NULL, /* stream_decode() */
|
||||
sidplay_file_decode,
|
||||
sidplay_tag_dup,
|
||||
NULL, /* stream_tag() */
|
||||
sidplay_container_scan,
|
||||
sidplay_suffixes,
|
||||
NULL, /* mime_types */
|
||||
|
Reference in New Issue
Block a user