src/encoder_list.h File Reference
Go to the source code of this file.
Define Documentation
#define encoder_plugins_for_each |
( |
plugin |
|
) |
|
Value:for (const struct encoder_plugin *plugin, \
*const*encoder_plugin_iterator = &encoder_plugins[0]; \
(plugin = *encoder_plugin_iterator) != NULL; \
++encoder_plugin_iterator)
Definition at line 27 of file encoder_list.h.
Function Documentation
struct encoder_plugin* encoder_plugin_get |
( |
const char * |
name |
) |
[read] |
Looks up an encoder plugin by its name.
- Parameters:
-
- Returns:
- the encoder plugin with the specified name, or NULL if none was found
Variable Documentation