FFmpeg
|
Include dependency graph for allfilters.c:
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... | |
Macro Definition Documentation
Value:
{ \
}
#define _(x)
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
Definition at line 27 of file allfilters.c.
Referenced by avfilter_register_all().
#define REGISTER_FILTER_UNCONDITIONAL | ( | x | ) |
Value:
{ \
avfilter_register(&avfilter_##x); \
}
Definition at line 34 of file allfilters.c.
Referenced by avfilter_register_all().
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11