From 1a4a3e1f1f09ade38095757952bbf732ec275fe8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 1 Nov 2008 14:53:30 +0100 Subject: decoder: manage decoder list in a static array Currently, there is no way to dynamically load decoder plugins, thus we don't need a dynamic list to manage them. --- src/decoder_api.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 1400f52c..911a4e3e 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -103,10 +103,6 @@ struct decoder_plugin { }; -void decoder_plugin_register(struct decoder_plugin *plugin); - -void decoder_plugin_unregister(struct decoder_plugin *plugin); - /** * Opaque handle which the decoder plugin passes to the functions in * this header. -- cgit v1.2.3