Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(FFRawVideoDemuxerContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | rawvideo_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | rawvideo_options [] |
static const AVClass | rawvideo_demuxer_class |
AVInputFormat | ff_rawvideo_demuxer |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 48 of file rawvideodec.c.
#define OFFSET | ( | x | ) | offsetof(FFRawVideoDemuxerContext, x) |
Definition at line 47 of file rawvideodec.c.
|
static |
Definition at line 25 of file rawvideodec.c.
AVInputFormat ff_rawvideo_demuxer |
Definition at line 63 of file rawvideodec.c.
|
static |
Definition at line 56 of file rawvideodec.c.
|
static |
Definition at line 49 of file rawvideodec.c.