FFmpeg
Functions | Variables
rv10enc.c File Reference

RV10 encoder. More...

#include "mpegvideo.h"
#include "put_bits.h"
#include "rv10.h"

Functions

int ff_rv10_encode_picture_header (MpegEncContext *s, int picture_number)
 

Variables

AVCodec ff_rv10_encoder
 

Detailed Description

RV10 encoder.

Variable Documentation

§ ff_rv10_encoder

AVCodec ff_rv10_encoder
Initial value:
= {
.name = "rv10",
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_RV10,
.priv_data_size = sizeof(MpegEncContext),
.init = ff_mpv_encode_init,
.encode2 = ff_mpv_encode_picture,
.close = ff_mpv_encode_end,
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
.priv_class = &rv10_class,
}
struct MpegEncContext MpegEncContext
MpegEncContext.
#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