FFmpeg
|
Include dependency graph for allformats.c:
Go to the source code of this file.
Macros | |
#define | REGISTER_MUXER(X, x) |
#define | REGISTER_DEMUXER(X, x) |
#define | REGISTER_MUXDEMUX(X, x) REGISTER_MUXER(X, x); REGISTER_DEMUXER(X, x) |
#define | REGISTER_PROTOCOL(X, x) |
Functions | |
void | av_register_all (void) |
Initialize libavformat and register all the muxers, demuxers and protocols. 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 35 of file allformats.c.
Referenced by av_register_all().
#define REGISTER_MUXDEMUX | ( | X, | |
x | |||
) | REGISTER_MUXER(X, x); REGISTER_DEMUXER(X, x) |
Definition at line 42 of file allformats.c.
Referenced by av_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 28 of file allformats.c.
Referenced by av_register_all().
Value:
{ \
ffurl_register_protocol(&ff_##x##_protocol, \
sizeof(ff_##x##_protocol)); \
}
int ffurl_register_protocol(URLProtocol *protocol, int size)
Register the URLProtocol protocol.
Definition: avio.c:96
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
Definition: url.h:54
Definition at line 44 of file allformats.c.
Referenced by av_register_all().
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11