FFmpeg
Functions | Variables
rv20enc.c File Reference
#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

◆ ff_rv20_encode_picture_header()

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

◆ rv20_class

const AVClass rv20_class
static
Initial value:
= {
.class_name = "rv20 encoder",
.item_name = av_default_item_name,
}

Definition at line 63 of file rv20enc.c.

◆ ff_rv20_encoder

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,
}

Definition at line 70 of file rv20enc.c.

AVPixelFormat
AVPixelFormat
Pixel format.
Definition: pixfmt.h:64
init
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
ff_mpv_encode_init
int ff_mpv_encode_init(AVCodecContext *avctx)
Definition: mpegvideo_enc.c:288
ff_mpv_encode_picture
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition: mpegvideo_enc.c:1823
pix_fmts
static enum AVPixelFormat pix_fmts[]
Definition: libkvazaar.c:275
AV_PIX_FMT_YUV420P
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:66
LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_VERSION_INT
Definition: version.h:85
av_default_item_name
const char * av_default_item_name(void *ptr)
Return the context name.
Definition: log.c:191
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
ff_mpv_generic_options
const AVOption ff_mpv_generic_options[]
Definition: mpegvideo_enc.c:85
AV_CODEC_ID_RV20
@ AV_CODEC_ID_RV20
Definition: avcodec.h:224
ff_mpv_encode_end
int ff_mpv_encode_end(AVCodecContext *avctx)
Definition: mpegvideo_enc.c:1071
AV_PIX_FMT_NONE
@ AV_PIX_FMT_NONE
Definition: pixfmt.h:65
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201
rv20_class
static const AVClass rv20_class
Definition: rv20enc.c:63
MpegEncContext
MpegEncContext.
Definition: mpegvideo.h:81