FFmpeg
|
#include "codec_internal.h"
#include "mpegvideo.h"
#include "mpegvideoenc.h"
#include "put_bits.h"
#include "rv10enc.h"
Go to the source code of this file.
Functions | |
int | ff_rv10_encode_picture_header (MpegEncContext *s) |
Variables | |
const FFCodec | ff_rv10_encoder |
RV10 encoder
Definition in file rv10enc.c.
int ff_rv10_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 34 of file rv10enc.c.
Referenced by encode_picture().
const FFCodec ff_rv10_encoder |