FFmpeg
|
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 |
Definition at line 75 of file targa_y216dec.c.
|
static |
Definition at line 33 of file targa_y216dec.c.
|
static |
Definition at line 25 of file targa_y216dec.c.
Variable Documentation
AVCodec ff_targa_y216_decoder |
Initial value:
= {
.name = "targa_y216",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_TARGA_Y216,
.init = y216_decode_init,
.decode = y216_decode_frame,
.close = y216_decode_close,
.capabilities = CODEC_CAP_DR1,
.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
Definition: libavcodec/avcodec.h:282
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
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. ...
Definition: libavutil/internal.h:123
static av_cold int y216_decode_init(AVCodecContext *avctx)
Definition: targa_y216dec.c:25
Definition: avutil.h:143
Definition at line 81 of file targa_y216dec.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11