FFmpeg
|
#include "libavutil/thread.h"
#include "avformat.h"
#include "rtp.h"
#include "rdt.h"
#include "url.h"
#include "version.h"
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) |
Functions | |
static void | register_all (void) |
void | av_register_all (void) |
Initialize libavformat and register all the muxers, demuxers and protocols. More... | |
#define REGISTER_MUXER | ( | X, | |
x | |||
) |
Definition at line 29 of file allformats.c.
Referenced by register_all().
#define REGISTER_DEMUXER | ( | X, | |
x | |||
) |
Definition at line 36 of file allformats.c.
Referenced by register_all().
#define REGISTER_MUXDEMUX | ( | X, | |
x | |||
) | REGISTER_MUXER(X, x); REGISTER_DEMUXER(X, x) |
Definition at line 43 of file allformats.c.
Referenced by register_all().
Definition at line 45 of file allformats.c.
Referenced by av_register_all().