FFmpeg
|
RV10 encoder. More...
Include dependency graph for rv10enc.c:
Go to the source code of this file.
Functions | |
void | ff_rv10_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
AVCodec | ff_rv10_encoder |
Detailed Description
RV10 encoder.
Definition in file rv10enc.c.
Function Documentation
void ff_rv10_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 31 of file rv10enc.c.
Referenced by encode_picture(), and ff_h263_round_chroma().
Variable Documentation
AVCodec ff_rv10_encoder |
Initial value:
= {
.name = "rv10",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_RV10,
.priv_data_size = sizeof(MpegEncContext),
.encode2 = ff_MPV_encode_picture,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
.priv_class = &rv10_class,
}
Definition: pixfmt.h:67
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:108
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:68
Definition: avutil.h:143
int ff_MPV_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVFrame *frame, int *got_packet)
Definition: mpegvideo_enc.c:1443
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11