#include "avcodec.h"
Go to the source code of this file.
Function Documentation
static av_cold int y41p_decode_close |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int y41p_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
static av_cold int y41p_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
.name = "y41p",
.type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_Y41P,
.init = y41p_decode_init,
.decode = y41p_decode_frame,
.close = y41p_decode_close,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed YUV 4:1:1 12-bit"),
}
Definition at line 107 of file y41pdec.c.