#include "avfilter.h"
Go to the source code of this file.
Macros | |
#define | REGISTER_FILTER(X, x, y) |
Functions | |
void | avfilter_register_all (void) |
Initialize the filter system. |
#define REGISTER_FILTER | ( | X, | |
x, | |||
y | |||
) |
Definition at line 25 of file allfilters.c.
Referenced by avfilter_register_all().
Initialize the filter system.
Register all builtin filters.
Definition at line 29 of file allfilters.c.
Referenced by main().