#include "avfilter.h"Go to the source code of this file.
Defines | |
| #define | REGISTER_FILTER(X, x, y) |
Functions | |
| void | avfilter_register_all (void) |
| Initializes the filter system. | |
| #define REGISTER_FILTER | ( | X, | ||
| x, | ||||
| y | ||||
| ) |
{ \
extern AVFilter avfilter_##y##_##x ; \
if(CONFIG_##X##_FILTER ) avfilter_register(&avfilter_##y##_##x ); }
Definition at line 25 of file allfilters.c.
Referenced by avfilter_register_all().
| void avfilter_register_all | ( | void | ) |
Initializes the filter system.
Registers all builtin filters.
Definition at line 29 of file allfilters.c.
Referenced by main().
1.7.1