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 | |
void | ff_rv20_encode_picture_header (MpegEncContext *s) |
Variables | |
const FFCodec | ff_rv20_encoder |
RV20 encoder
Definition in file rv20enc.c.
void ff_rv20_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 37 of file rv20enc.c.
Referenced by encode_picture().
const FFCodec ff_rv20_encoder |