Go to the source code of this file.
Macros | |
| #define | REGISTER_FILTER(X, x, y) |
| #define | REGISTER_FILTER_UNCONDITIONAL(x) |
Functions | |
| void | avfilter_register_all (void) |
| Initialize the filter system. More... | |
| #define REGISTER_FILTER | ( | X, | |
| x, | |||
| y | |||
| ) |
Definition at line 26 of file allfilters.c.
Referenced by avfilter_register_all().
| #define REGISTER_FILTER_UNCONDITIONAL | ( | x | ) |
Definition at line 33 of file allfilters.c.
Referenced by avfilter_register_all().
Initialize the filter system.
Register all builtin filters.
Definition at line 39 of file allfilters.c.
Referenced by main().