FFmpeg
|
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. | |
#define REGISTER_MUXER | ( | X, | |
x | |||
) |
Definition at line 28 of file allformats.c.
Referenced by av_register_all().
#define REGISTER_DEMUXER | ( | X, | |
x | |||
) |
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().
#define REGISTER_PROTOCOL | ( | X, | |
x | |||
) |
Definition at line 44 of file allformats.c.
Referenced by av_register_all().