|
FFmpeg
|
#include "libavutil/thread.h"#include "avfilter.h"#include "config.h"#include "opencl_allkernels.h"Go to the source code of this file.
Macros | |
| #define | REGISTER_FILTER(X, x, y) |
| #define | REGISTER_FILTER_UNCONDITIONAL(x) |
Functions | |
| static void | register_all (void) |
| void | avfilter_register_all (void) |
| Initialize the filter system. More... | |
| #define REGISTER_FILTER | ( | X, | |
| x, | |||
| y | |||
| ) |
Definition at line 28 of file allfilters.c.
Referenced by register_all().
| #define REGISTER_FILTER_UNCONDITIONAL | ( | x | ) |
Definition at line 35 of file allfilters.c.
Referenced by register_all().
Definition at line 41 of file allfilters.c.
Referenced by avfilter_register_all().
1.8.6