From 1c328c9601ff4d9771ba1bf99f0f42c3caf32297 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 11 Jan 2010 20:41:38 +0100 Subject: runtime linking of playlist tracks to decoder plugins is done via strings instead of pointers (to allow easy unloading of decoders) --- plugins.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plugins.h') diff --git a/plugins.h b/plugins.h index 5efb593e..39380640 100644 --- a/plugins.h +++ b/plugins.h @@ -118,4 +118,16 @@ plug_reinit_sound (void); int plug_select_output (void); +const char * +plug_get_decoder_id (const char *id); + +void +plug_remove_decoder_id (const char *id); + +void +plug_free_decoder_ids (void); + +DB_decoder_t * +plug_get_decoder_for_id (const char *id); + #endif // __PLUGINS_H -- cgit v1.2.3