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.
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
|
||||
struct decoder_plugin;
|
||||
|
||||
/* individual functions to load/unload plugins */
|
||||
void decoder_plugin_load(struct decoder_plugin *inputPlugin);
|
||||
void decoder_plugin_unload(struct decoder_plugin *inputPlugin);
|
||||
|
||||
/* interface for using plugins */
|
||||
|
||||
const struct decoder_plugin *
|
||||
|
||||
Reference in New Issue
Block a user