diff options
author | waker <wakeroid@gmail.com> | 2011-04-27 22:27:11 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-27 22:27:11 +0200 |
commit | 63f83233f6bbfd3b7add1cc3abcb4bf75b7f5912 (patch) | |
tree | 6faf83e38503e0a330819ae8d80f04c6dee54dab /plugins/adplug | |
parent | d6edc30d31c904a70286fd3fe07eaa9c0a5bb018 (diff) |
fixed mp3 filetype for streamed radio;
removed filetypes ptr in DB_decoder_t
Diffstat (limited to 'plugins/adplug')
-rw-r--r-- | plugins/adplug/plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/adplug/plugin.c b/plugins/adplug/plugin.c index 0b53da31..4f2bb551 100644 --- a/plugins/adplug/plugin.c +++ b/plugins/adplug/plugin.c @@ -23,7 +23,6 @@ #include "../../deadbeef.h" extern const char *adplug_exts[]; -extern const char *adplug_filetypes[]; DB_fileinfo_t * adplug_open (uint32_t hints); @@ -85,6 +84,5 @@ DB_decoder_t adplug_plugin = { .seek_sample = adplug_seek_sample, .insert = adplug_insert, .exts = adplug_exts, - .filetypes = adplug_filetypes }; |