FFmpeg
|
Include dependency graph for libavcodec/flvenc.c:
Go to the source code of this file.
Functions | |
void | ff_flv_encode_picture_header (MpegEncContext *s, int picture_number) |
void | ff_flv2_encode_ac_esc (PutBitContext *pb, int slevel, int level, int run, int last) |
Variables | |
AVCodec | ff_flv_encoder |
Function Documentation
void ff_flv2_encode_ac_esc | ( | PutBitContext * | pb, |
int | slevel, | ||
int | level, | ||
int | run, | ||
int | last | ||
) |
Definition at line 70 of file libavcodec/flvenc.c.
Referenced by h263_encode_block().
void ff_flv_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 24 of file libavcodec/flvenc.c.
Referenced by encode_picture().
Variable Documentation
AVCodec ff_flv_encoder |
Initial value:
= {
.name = "flv",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_FLV1,
.priv_data_size = sizeof(MpegEncContext),
.encode2 = ff_MPV_encode_picture,
.long_name = NULL_IF_CONFIG_SMALL("FLV / Sorenson Spark / Sorenson H.263 (Flash Video)"),
.priv_class = &flv_class,
}
Definition: pixfmt.h:67
Definition: libavcodec/avcodec.h:124
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
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
Definition at line 89 of file libavcodec/flvenc.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11