v410dec.c File Reference
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int v410_decode_init (AVCodecContext *avctx)
 
static int v410_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int v410_decode_close (AVCodecContext *avctx)
 

Variables

AVCodec ff_v410_decoder
 

Function Documentation

static av_cold int v410_decode_close ( AVCodecContext avctx)
static

Definition at line 105 of file v410dec.c.

static int v410_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 52 of file v410dec.c.

static av_cold int v410_decode_init ( AVCodecContext avctx)
static

Definition at line 28 of file v410dec.c.

Variable Documentation

AVCodec ff_v410_decoder
Initial value:
= {
.name = "v410",
.decode = v410_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"),
}
static av_cold int v410_decode_init(AVCodecContext *avctx)
Definition: v410dec.c:28
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:88
static int v410_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: v410dec.c:52
static av_cold int v410_decode_close(AVCodecContext *avctx)
Definition: v410dec.c:105

Definition at line 115 of file v410dec.c.