FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
rv20enc.c File Reference

RV20 encoder. More...

#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "h263.h"
#include "h263data.h"
#include "put_bits.h"
#include "rv10.h"

Go to the source code of this file.

Functions

void ff_rv20_encode_picture_header (MpegEncContext *s, int picture_number)
 

Variables

static const AVClass rv20_class
 
AVCodec ff_rv20_encoder
 

Detailed Description

RV20 encoder.

Definition in file rv20enc.c.

Function Documentation

void ff_rv20_encode_picture_header ( MpegEncContext s,
int  picture_number 
)

Definition at line 35 of file rv20enc.c.

Referenced by encode_picture().

Variable Documentation

const AVClass rv20_class
static
Initial value:
= {
.class_name = "rv20 encoder",
.item_name = av_default_item_name,
}
#define LIBAVUTIL_VERSION_INT
Definition: version.h:62
const AVOption ff_mpv_generic_options[]
Definition: mpegvideo_enc.c:82
av_default_item_name

Definition at line 63 of file rv20enc.c.

AVCodec ff_rv20_encoder
Initial value:
= {
.name = "rv20",
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 2.0"),
.priv_data_size = sizeof(MpegEncContext),
.priv_class = &rv20_class,
}
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:175
int ff_mpv_encode_init(AVCodecContext *avctx)
static enum AVPixelFormat pix_fmts[]
Definition: libkvazaar.c:209
MpegEncContext.
Definition: mpegvideo.h:88
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:63
int ff_mpv_encode_end(AVCodecContext *avctx)
static const AVClass rv20_class
Definition: rv20enc.c:63
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
AVPixelFormat
Pixel format.
Definition: pixfmt.h:61

Definition at line 70 of file rv20enc.c.