FFmpeg
Functions | Variables
targa_y216dec.c File Reference
#include "avcodec.h"
#include "codec_internal.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int y216_decode_init (AVCodecContext *avctx)
 
static int y216_decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt)
 

Variables

const FFCodec ff_targa_y216_decoder
 

Function Documentation

◆ y216_decode_init()

static av_cold int y216_decode_init ( AVCodecContext avctx)
static

Definition at line 26 of file targa_y216dec.c.

◆ y216_decode_frame()

static int y216_decode_frame ( AVCodecContext avctx,
AVFrame pic,
int got_frame,
AVPacket avpkt 
)
static

Definition at line 34 of file targa_y216dec.c.

Variable Documentation

◆ ff_targa_y216_decoder

const FFCodec ff_targa_y216_decoder
Initial value:
= {
.p.name = "targa_y216",
.p.long_name = NULL_IF_CONFIG_SMALL("Pinnacle TARGA CineWave YUV16"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
}

Definition at line 76 of file targa_y216dec.c.

y216_decode_frame
static int y216_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt)
Definition: targa_y216dec.c:34
FF_CODEC_DECODE_CB
#define FF_CODEC_DECODE_CB(func)
Definition: codec_internal.h:254
AV_CODEC_ID_TARGA_Y216
@ AV_CODEC_ID_TARGA_Y216
Definition: codec_id.h:255
y216_decode_init
static av_cold int y216_decode_init(AVCodecContext *avctx)
Definition: targa_y216dec.c:26
AV_CODEC_CAP_DR1
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition: codec.h:52
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
FF_CODEC_CAP_INIT_THREADSAFE
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
Definition: codec_internal.h:31
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201