FFmpeg
|
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "internal.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | RawVideoDemuxerContext |
Macros | |
#define | OFFSET(x) offsetof(RawVideoDemuxerContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | rawvideo_read_header (AVFormatContext *ctx) |
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 OFFSET | ( | x | ) | offsetof(RawVideoDemuxerContext, x) |
Definition at line 89 of file rawvideodec.c.
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 90 of file rawvideodec.c.
|
static |
Definition at line 36 of file rawvideodec.c.
|
static |
Definition at line 68 of file rawvideodec.c.
|
static |
Definition at line 91 of file rawvideodec.c.
|
static |
Definition at line 98 of file rawvideodec.c.
AVInputFormat ff_rawvideo_demuxer |
Definition at line 105 of file rawvideodec.c.