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

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, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int y216_decode_close (AVCodecContext *avctx)
 

Variables

AVCodec ff_targa_y216_decoder
 

Function Documentation

static av_cold int y216_decode_close ( AVCodecContext avctx)
static

Definition at line 75 of file targa_y216dec.c.

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

Definition at line 33 of file targa_y216dec.c.

static av_cold int y216_decode_init ( AVCodecContext avctx)
static

Definition at line 25 of file targa_y216dec.c.

Variable Documentation

AVCodec ff_targa_y216_decoder
Initial value:
= {
.name = "targa_y216",
.decode = y216_decode_frame,
.capabilities = 0x0002 ,
.long_name = NULL_IF_CONFIG_SMALL("Pinnacle TARGA CineWave YUV16"),
}
static int y216_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: targa_y216dec.c:33
static av_cold int y216_decode_close(AVCodecContext *avctx)
Definition: targa_y216dec.c:75
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int y216_decode_init(AVCodecContext *avctx)
Definition: targa_y216dec.c:25

Definition at line 81 of file targa_y216dec.c.