FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
v308dec.c File Reference
#include "avcodec.h"
#include "internal.h"

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 av_cold int v308_decode_init ( AVCodecContext avctx)
static

Definition at line 25 of file v308dec.c.

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

Definition at line 35 of file v308dec.c.

Variable Documentation

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

Definition at line 75 of file v308dec.c.