FFmpeg
|
Provide registration of all codecs, parsers and bitstream filters for libavcodec. More...
Go to the source code of this file.
Macros | |
#define | REGISTER_HWACCEL(X, x) |
#define | REGISTER_ENCODER(X, x) |
#define | REGISTER_DECODER(X, x) |
#define | REGISTER_ENCDEC(X, x) REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x) |
#define | REGISTER_PARSER(X, x) |
#define | REGISTER_BSF(X, x) |
Functions | |
void | avcodec_register_all (void) |
Register all the codecs, parsers and bitstream filters which were enabled at configuration time. | |
Provide registration of all codecs, parsers and bitstream filters for libavcodec.
Definition in file allcodecs.c.
#define REGISTER_HWACCEL | ( | X, | |
x | |||
) |
Definition at line 31 of file allcodecs.c.
Referenced by avcodec_register_all().
#define REGISTER_ENCODER | ( | X, | |
x | |||
) |
Definition at line 38 of file allcodecs.c.
Referenced by avcodec_register_all().
#define REGISTER_DECODER | ( | X, | |
x | |||
) |
Definition at line 45 of file allcodecs.c.
Referenced by avcodec_register_all().
#define REGISTER_ENCDEC | ( | X, | |
x | |||
) | REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x) |
Definition at line 52 of file allcodecs.c.
Referenced by avcodec_register_all().
#define REGISTER_PARSER | ( | X, | |
x | |||
) |
Definition at line 54 of file allcodecs.c.
Referenced by avcodec_register_all().
#define REGISTER_BSF | ( | X, | |
x | |||
) |
Definition at line 61 of file allcodecs.c.
Referenced by avcodec_register_all().