FFmpeg
|
Include dependency graph for yuv4enc.c:
Go to the source code of this file.
Functions | |
static av_cold int | yuv4_encode_init (AVCodecContext *avctx) |
static int | yuv4_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | yuv4_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_yuv4_encoder |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_yuv4_encoder |
Initial value:
= {
.name = "yuv4",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_YUV4,
.init = yuv4_encode_init,
.encode2 = yuv4_encode_frame,
.close = yuv4_encode_close,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:2:0"),
}
Definition: pixfmt.h:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: yuv4enc.c:38
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:68
Definition: libavcodec/avcodec.h:285
Definition: avutil.h:143
static av_cold int yuv4_encode_close(AVCodecContext *avctx)
Definition: yuv4enc.c:75
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11