#include "avformat.h"
#include "rawdec.h"
Go to the source code of this file.
Initial value:= {
.name = "rawvideo",
.extensions = "yuv,cif,qcif,rgb",
}
struct FFRawVideoDemuxerContext FFRawVideoDemuxerContext
static const AVClass rawvideo_demuxer_class
static int rawvideo_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 63 of file rawvideodec.c.
const AVClass rawvideo_demuxer_class |
|
static |
Initial value:= {
.class_name = "rawvideo demuxer",
}
static const AVOption rawvideo_options[]
Definition at line 56 of file rawvideodec.c.
Initial value:= {
}
static int64_t video_size
Definition at line 49 of file rawvideodec.c.