#include "avformat.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Macro Definition Documentation
#define FF_DEF_RAWVIDEO_DEMUXER |
( |
|
shortname, |
|
|
|
longname, |
|
|
|
probe, |
|
|
|
ext, |
|
|
|
id |
|
) |
| |
Value:
.extensions = ext,\
.priv_class = &shortname ## _demuxer_class,\
};
Definition at line 52 of file rawdec.h.
#define FF_RAWVIDEO_DEMUXER_CLASS |
( |
|
name | ) |
|
Value:
.class_name = #
name " demuxer",\
};
Definition at line 44 of file rawdec.h.
Typedef Documentation
Function Documentation
Variable Documentation