FFmpeg
4.0
|
#include "libavutil/imgutils.h"
#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 | V210DemuxerContext |
Macros | |
#define | GET_PACKET_SIZE(w, h) (((w + 47) / 48) * 48 * h * 8 / 3) |
#define | OFFSET(x) offsetof(V210DemuxerContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | v210_read_header (AVFormatContext *ctx) |
static int | v210_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | v210_options [] |
Definition at line 36 of file v210.c.
Referenced by v210_read_header().
#define OFFSET | ( | x | ) | offsetof(V210DemuxerContext, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |
|
static |
|
static |