#include "video_out.h"
Include dependency graph for libvo.h:

Go to the source code of this file.
Functions | |
| int | libvo_init (void) |
| void | libvo_exit (void) |
| int | libvo_load_plugin (void(*cb)(vo_driver_t *p), const char *pname) |
| void | libvo_unload_plugin_by_name (const char *pname) |
| void | libvo_print_plugins_name (void(*print_cb)(const char *pname)) |
Defines Registration/Initialisation of libvo plugins.
|
|
Free libvo ressources. Called upon exit or unlading of libvo. |
|
|
Init the libvo library. This function must be called before any use. It searches and registers all plugins in the initialization process. |
|
|
Load a/all plugins depending if wanted is set. Loading The cb provided callback is called with the plugin structure, as argument.
|
|
|
Print name of all plugins, using the print_cb provided callback.
|
|
|
Unload plugin 'plugin'.
|
1.2.5 written by Dimitri van Heesch,
© 1997-2001