FFmpeg
|
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 |
RV20 encoder.
Definition in file rv20enc.c.
void ff_rv20_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 35 of file rv20enc.c.
Referenced by encode_picture().
|
static |
AVCodec ff_rv20_encoder |