#include "avcodec.h"
Go to the source code of this file.
Function Documentation
static av_cold int y41p_encode_close |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int y41p_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size, |
|
|
void * |
data | |
|
) |
| | [static] |
static av_cold int y41p_encode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
.name = "y41p",
.type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_Y41P,
.init = y41p_encode_init,
.encode = y41p_encode_frame,
.close = y41p_encode_close,
.pix_fmts = (const enum PixelFormat[]) { PIX_FMT_YUV411P,
PIX_FMT_NONE },
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed YUV 4:1:1 12-bit"),
}
Definition at line 92 of file y41penc.c.