Go to the source code of this file.
◆ OFFSET
◆ rtp_mpegts_write_close()
◆ rtp_mpegts_write_header()
◆ rtp_mpegts_write_packet()
◆ options
Initial value:= {
{
"mpegts_muxer_options",
"set list of options for the MPEG-TS muxer",
OFFSET(mpegts_muxer_options),
AV_OPT_TYPE_DICT, {.str =
NULL}, 0, 0,
E },
}
@ AV_OPT_TYPE_DICT
Underlying C type is AVDictionary*.
Definition at line 178 of file rtpenc_mpegts.c.
◆ rtp_mpegts_class
Initial value:= {
.class_name = "rtp_mpegts muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 184 of file rtpenc_mpegts.c.
◆ ff_rtp_mpegts_muxer
Initial value:= {
.p.name = "rtp_mpegts",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVClass rtp_mpegts_class
static int rtp_mpegts_write_header(AVFormatContext *s)
static int rtp_mpegts_write_close(AVFormatContext *s)
static int rtp_mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 191 of file rtpenc_mpegts.c.