v308dec.c File Reference
#include "avcodec.h"
#include "internal.h"
Include dependency graph for v308dec.c:

Go to the source code of this file.

Functions

static av_cold int v308_decode_init (AVCodecContext *avctx)
 
static int v308_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 

Variables

AVCodec ff_v308_decoder
 

Function Documentation

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

Definition at line 35 of file v308dec.c.

static av_cold int v308_decode_init ( AVCodecContext avctx)
static

Definition at line 25 of file v308dec.c.

Variable Documentation

AVCodec ff_v308_decoder
Initial value:
= {
.name = "v308",
.decode = v308_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
}
static av_cold int v308_decode_init(AVCodecContext *avctx)
Definition: v308dec.c:25
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int v308_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: v308dec.c:35

Definition at line 75 of file v308dec.c.