Go to the source code of this file.
#define READ_PIXELS |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
static void v210_planar_unpack_c |
( |
const uint32_t * |
src, |
|
|
uint16_t * |
y, |
|
|
uint16_t * |
u, |
|
|
uint16_t * |
v, |
|
|
int |
width |
|
) |
| |
|
static |
Initial value:= {
.class_name = "V210 Decoder",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption v210dec_options[]
Definition at line 170 of file v210dec.c.
Initial value:= {
.name = "v210",
}
static av_cold int init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
static av_cold int decode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass v210dec_class
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 177 of file v210dec.c.