FFmpeg
|
#include "codec_internal.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "mpegvideoenc.h"
#include "h263data.h"
#include "h263enc.h"
#include "put_bits.h"
#include "rv10enc.h"
Go to the source code of this file.
Functions | |
int | ff_rv20_encode_picture_header (MPVMainEncContext *const m) |
Variables | |
const FFCodec | ff_rv20_encoder |
RV20 encoder
Definition in file rv20enc.c.
int ff_rv20_encode_picture_header | ( | MPVMainEncContext *const | m | ) |
Definition at line 37 of file rv20enc.c.
Referenced by ff_mpv_encode_init().
const FFCodec ff_rv20_encoder |