Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ rawvideo_read_header()
◆ rawvideo_read_packet()
◆ rawvideo_options
Initial value:= {
}
offset must point to AVRational
offset must point to two consecutive integers
Definition at line 89 of file rawvideodec.c.
◆ rawvideo_demuxer_class
const AVClass rawvideo_demuxer_class |
|
static |
Initial value:= {
.class_name = "rawvideo demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption rawvideo_options[]
Definition at line 96 of file rawvideodec.c.
◆ ff_rawvideo_demuxer
Initial value:= {
.name = "rawvideo",
.extensions = "yuv,cif,qcif,rgb",
}
static const AVClass rawvideo_demuxer_class
static int rawvideo_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int rawvideo_read_header(AVFormatContext *ctx)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 103 of file rawvideodec.c.