#include "avformat.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
Go to the source code of this file.
#define FF_RAWVIDEO_DEMUXER_CLASS |
( |
|
name | ) |
|
Value:
.class_name = #
name " demuxer",\
};
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
Describe the class of an AVClass context structure.
Definition at line 44 of file rawdec.h.
#define FF_DEF_RAWVIDEO_DEMUXER |
( |
|
shortname, |
|
|
|
longname, |
|
|
|
probe, |
|
|
|
ext, |
|
|
|
id |
|
) |
| |
Value:
AVInputFormat ff_ ## shortname ## _demuxer = {\
.name = #shortname,\
.extensions = ext,\
.priv_class = &shortname ## _demuxer_class,\
};
#define FF_RAWVIDEO_DEMUXER_CLASS(name)
static int probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 52 of file rawdec.h.