diff options
author | Jochen Keil <jochen.keil@gmail.com> | 2009-03-08 20:16:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-09 07:58:26 +0100 |
commit | ab3d89f484d7997e3f6dc0d4bb42c1da9377ba40 (patch) | |
tree | a0cd18bc4d69c9f090b9b79c8c2acf4ead9fc2a4 /src/decoder | |
parent | 94d1a87d0432d885756f9d23cfba1f8229cfe453 (diff) | |
download | mpd-ab3d89f484d7997e3f6dc0d4bb42c1da9377ba40.tar.gz mpd-ab3d89f484d7997e3f6dc0d4bb42c1da9377ba40.tar.xz mpd-ab3d89f484d7997e3f6dc0d4bb42c1da9377ba40.zip |
decoder_plugin: added method container_scan()
[mk: fixed whitespace errors; use delete_song() instead of
songvec_delete()]
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/sidplay_plugin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/sidplay_plugin.cxx b/src/decoder/sidplay_plugin.cxx index cea7f84db..06ac9493d 100644 --- a/src/decoder/sidplay_plugin.cxx +++ b/src/decoder/sidplay_plugin.cxx @@ -156,6 +156,7 @@ const struct decoder_plugin sidplay_decoder_plugin = { NULL, /* stream_decode() */ sidplay_file_decode, sidplay_tag_dup, + NULL, /* container_scan */ sidplay_suffixes, NULL, /* mime_types */ }; |