= {
.name = "gif",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_GIF,
.init = gif_encode_init,
.encode2 = gif_encode_frame,
.close = gif_encode_close,
},
.priv_class = &gif_class,
}
packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)
Definition: pixfmt.h:81
8 bits with AV_PIX_FMT_RGB32 palette
Definition: pixfmt.h:73
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)
Definition: pixfmt.h:84
packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)
Definition: pixfmt.h:79
Y , 8bpp.
Definition: pixfmt.h:70
packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)
Definition: pixfmt.h:82
AVPixelFormat
Pixel format.
Definition: pixfmt.h:60