#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
◆ y41p_encode_init()
◆ y41p_encode_frame()
◆ y41p_encode_close()
◆ ff_y41p_encoder
Initial value:= {
.name = "y41p",
}
static av_cold int y41p_encode_close(AVCodecContext *avctx)
#define AV_CODEC_CAP_INTRA_ONLY
Codec is intra only.
static int y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int y41p_encode_init(AVCodecContext *avctx)
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
AVPixelFormat
Pixel format.
Definition at line 83 of file y41penc.c.