|
Libav 0.7.1
|
RV20 encoder. More...
Go to the source code of this file.
Functions | |
| void | rv20_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
| AVCodec | ff_rv20_encoder |
RV20 encoder.
Definition in file rv20enc.c.
| void rv20_encode_picture_header | ( | MpegEncContext * | s, |
| int | picture_number | ||
| ) |
Definition at line 32 of file rv20enc.c.
Referenced by encode_picture().
{
"rv20",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_RV20,
sizeof(MpegEncContext),
MPV_encode_init,
MPV_encode_picture,
MPV_encode_end,
.pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE},
.long_name= NULL_IF_CONFIG_SMALL("RealVideo 2.0"),
}
1.7.4