= {
    .name           = "dpx",
}
packed RGB 8:8:8, 24bpp, RGBRGB... 
 
static av_cold int init(AVCodecContext *avctx)
 
static av_cold int encode_init(AVCodecContext *avctx)
 
planar GBR 4:4:4 36bpp, little-endian 
 
planar GBR 4:4:4 36bpp, big-endian 
 
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as lit...
 
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...
 
packed ABGR 8:8:8:8, 32bpp, ABGRABGR... 
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
packed RGBA 8:8:8:8, 32bpp, RGBARGBA... 
 
planar GBR 4:4:4 30bpp, big-endian 
 
static enum AVPixelFormat pix_fmts[]
 
packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big...
 
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
 
Y , 16bpp, little-endian. 
 
AVPixelFormat
Pixel format. 
 
planar GBR 4:4:4 30bpp, little-endian 
 
packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is st...