v210x.c File Reference
#include "avcodec.h"
#include "libavutil/bswap.h"

Go to the source code of this file.

Functions

static av_cold int decode_init (AVCodecContext *avctx)
static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int decode_close (AVCodecContext *avctx)

Variables

AVCodec ff_v210x_decoder

Function Documentation

static av_cold int decode_close ( AVCodecContext avctx)
static

Definition at line 125 of file v210x.c.

static int decode_frame ( AVCodecContext avctx,
void data,
int *  data_size,
AVPacket avpkt 
)
static

Definition at line 38 of file v210x.c.

static av_cold int decode_init ( AVCodecContext avctx)
static

Definition at line 24 of file v210x.c.

Variable Documentation

AVCodec ff_v210x_decoder
Initial value:
{
.name = "v210x",
.init = decode_init,
.close = decode_close,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
}

Definition at line 135 of file v210x.c.