= {
.name = "h261",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_H261,
.init = ff_mpv_encode_init,
.encode2 = ff_mpv_encode_picture,
.close = ff_mpv_encode_end,
AV_PIX_FMT_NONE },
.priv_class = &h261_class,
}
struct H261Context H261Context
H261Context.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:62
AVPixelFormat
Pixel format.
Definition: pixfmt.h:60