Go to the source code of this file.
◆ encode_yuv422p10()
◆ encode_init()
◆ encode_frame()
◆ ff_bitpacked_encoder
Initial value:= {
.p.name = "bitpacked",
}
static av_cold int encode_init(AVCodecContext *avctx)
#define CODEC_PIXFMTS(...)
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
static int encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame, AVPacket *pkt)
#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.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
#define AV_PIX_FMT_YUV422P10
Definition at line 107 of file bitpacked_enc.c.