#include "mpegvideo.h"
#include "put_bits.h"
Go to the source code of this file.
Functions | |
void | rv10_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
AVCodec | rv10_encoder |
Definition in file rv10enc.c.
void rv10_encode_picture_header | ( | MpegEncContext * | s, | |
int | picture_number | |||
) |
Initial value:
{ "rv10", AVMEDIA_TYPE_VIDEO, CODEC_ID_RV10, sizeof(MpegEncContext), MPV_encode_init, MPV_encode_picture, MPV_encode_end, .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE}, .long_name= NULL_IF_CONFIG_SMALL("RealVideo 1.0"), }