#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"
Go to the source code of this file.
◆ y41p_encode_init()
◆ y41p_encode_frame()
◆ ff_y41p_encoder
Initial value:= {
.p.name = "y41p",
}
#define CODEC_PIXFMTS(...)
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
@ 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 80 of file y41penc.c.