libavcodec/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

Initial value:

 {
    .name           = "rv10",
    .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 PixelFormat[]){ PIX_FMT_YUV420P, PIX_FMT_NONE },
    .long_name      = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
    .priv_class     = &rv10_class,
}

Definition at line 61 of file rv10enc.c.


Generated on Fri Oct 26 02:50:07 2012 for FFmpeg by  doxygen 1.5.8