FFmpeg
|
Include dependency graph for y41penc.c:
Go to the source code of this file.
Functions | |
static av_cold int | y41p_encode_init (AVCodecContext *avctx) |
static int | y41p_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | y41p_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_y41p_encoder |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_y41p_encoder |
Initial value:
= {
.name = "y41p",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_Y41P,
.init = y41p_encode_init,
.encode2 = y41p_encode_frame,
.close = y41p_encode_close,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed YUV 4:1:1 12-bit"),
}
static av_cold int y41p_encode_close(AVCodecContext *avctx)
Definition: y41penc.c:85
Definition: pixfmt.h:67
Definition: libavcodec/avcodec.h:273
static int y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: y41penc.c:44
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
Definition: pixfmt.h:75
Definition: avutil.h:143
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11