#include "mpegvideo.h"
#include "h263.h"
#include "put_bits.h"
Go to the source code of this file.
Functions | |
void | ff_rv20_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
AVCodec | ff_rv20_encoder |
Definition in file rv20enc.c.
void ff_rv20_encode_picture_header | ( | MpegEncContext * | s, | |
int | picture_number | |||
) |
Initial value:
{ .name = "rv20", .type = AVMEDIA_TYPE_VIDEO, .id = CODEC_ID_RV20, .priv_data_size = sizeof(MpegEncContext), .init = ff_MPV_encode_init, .encode2 = ff_MPV_encode_picture, .close = ff_MPV_encode_end, .pix_fmts = (const enum PixelFormat[]){ PIX_FMT_YUV420P, PIX_FMT_NONE }, .long_name = NULL_IF_CONFIG_SMALL("RealVideo 2.0"), .priv_class = &rv20_class, }