RV10 encoder. More...
Go to the source code of this file.
Functions | |
void | rv10_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
AVCodec | ff_rv10_encoder |
RV10 encoder.
Definition in file rv10enc.c.
void rv10_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 31 of file rv10enc.c.
Referenced by encode_picture().
{ .name = "rv10", .type = AVMEDIA_TYPE_VIDEO, .id = CODEC_ID_RV10, .priv_data_size = sizeof(MpegEncContext), .init = MPV_encode_init, .encode = MPV_encode_picture, .close = MPV_encode_end, .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE}, .long_name= NULL_IF_CONFIG_SMALL("RealVideo 1.0"), }