#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
◆ y41p_encode_init()
◆ y41p_encode_frame()
◆ ff_y41p_encoder
Initial value:= {
.name = "y41p",
}
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
AVPixelFormat
Pixel format.
@ AV_PIX_FMT_YUV411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
static av_cold int y41p_encode_init(AVCodecContext *avctx)
static int y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition at line 78 of file y41penc.c.