FFmpeg
|
Include dependency graph for alldevices.c:
Go to the source code of this file.
Macros | |
#define | REGISTER_OUTDEV(X, x) |
#define | REGISTER_INDEV(X, x) |
#define | REGISTER_INOUTDEV(X, x) REGISTER_OUTDEV(X, x); REGISTER_INDEV(X, x) |
Functions | |
void | avdevice_register_all (void) |
Initialize libavdevice and register all the input and output devices. More... | |
Macro Definition Documentation
Value:
{ \
av_register_input_format(&ff_##x##_demuxer); \
}
Definition: avformat.h:456
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
void av_register_input_format(AVInputFormat *format)
Definition: libavformat/utils.c:125
Definition at line 31 of file alldevices.c.
Referenced by avdevice_register_all().
#define REGISTER_INOUTDEV | ( | X, | |
x | |||
) | REGISTER_OUTDEV(X, x); REGISTER_INDEV(X, x) |
Definition at line 38 of file alldevices.c.
Referenced by avdevice_register_all().
Value:
{ \
av_register_output_format(&ff_##x##_muxer); \
}
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
void av_register_output_format(AVOutputFormat *format)
Definition: libavformat/utils.c:134
Definition: avformat.h:377
Definition at line 24 of file alldevices.c.
Referenced by avdevice_register_all().
Function Documentation
Initialize libavdevice and register all the input and output devices.
- Warning
- This function is not thread safe.
Definition at line 40 of file alldevices.c.
Referenced by main().
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11