FFmpeg
|
RV20 encoder. More...
Include dependency graph for rv20enc.c:
Go to the source code of this file.
Functions | |
void | ff_rv20_encode_picture_header (MpegEncContext *s, int picture_number) |
Variables | |
AVCodec | ff_rv20_encoder |
Detailed Description
RV20 encoder.
Definition in file rv20enc.c.
Function Documentation
void ff_rv20_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 32 of file rv20enc.c.
Referenced by encode_picture(), and ff_h263_round_chroma().
Variable Documentation
AVCodec ff_rv20_encoder |
Initial value:
= {
.name = "rv20",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_RV20,
.priv_data_size = sizeof(MpegEncContext),
.encode2 = ff_MPV_encode_picture,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 2.0"),
.priv_class = &rv20_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:109
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 Tue Jan 21 2025 06:52:35 for FFmpeg by 1.8.11