Libav
Functions | Variables
rv10enc.c File Reference

RV10 encoder. More...

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

Go to the source code of this file.

Functions

void ff_rv10_encode_picture_header (MpegEncContext *s, int picture_number)
 

Variables

AVCodec ff_rv10_encoder
 

Detailed Description

RV10 encoder.

Definition in file rv10enc.c.

Function Documentation

void ff_rv10_encode_picture_header ( MpegEncContext s,
int  picture_number 
)

Definition at line 31 of file rv10enc.c.

Referenced by encode_picture().

Variable Documentation

AVCodec ff_rv10_encoder
Initial value:
= {
.name = "rv10",
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
.priv_data_size = sizeof(MpegEncContext),
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
.priv_class = &rv10_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:150
AVPixelFormat
Pixel format.
Definition: pixfmt.h:63
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:65
static void close(AVCodecParserContext *s)
Definition: h264_parser.c:490
int ff_mpv_encode_init(AVCodecContext *avctx)
MpegEncContext.
Definition: mpegvideo.h:204
int ff_mpv_encode_end(AVCodecContext *avctx)
static av_cold int init(AVCodecParserContext *s)
Definition: h264_parser.c:499
int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)

Definition at line 61 of file rv10enc.c.