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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user