= {
    .name           = "ljpeg",
}
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples) 
 
static av_cold int init(AVCodecContext *avctx)
 
static const AVClass ljpeg_class
 
#define AV_CODEC_CAP_INTRA_ONLY
Codec is intra only. 
 
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
packed BGRA 8:8:8:8, 32bpp, BGRABGRA... 
 
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading. 
 
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples) 
 
static int ljpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
 
static av_cold int ljpeg_encode_init(AVCodecContext *avctx)
 
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
 
static av_cold int ljpeg_encode_close(AVCodecContext *avctx)
 
packed RGB 8:8:8, 24bpp, BGRBGR... 
 
packed BGR 8:8:8, 32bpp, BGRXBGRX... X=unused/undefined 
 
static enum AVPixelFormat pix_fmts[]
 
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) 
 
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
 
AVPixelFormat
Pixel format.