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:
Max Kellermann
2009-12-31 17:18:10 +01:00
parent 7a2e07e124
commit 6b96f5d566
4 changed files with 63 additions and 1 deletions

View File

@@ -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 */