#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",\
};
const AVOption ff_rawvideo_options[]
Describe the class of an AVClass context structure.
av_default_item_name
Return the context name.
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)
int ff_raw_video_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 52 of file rawdec.h.