Go to the source code of this file.
◆ OFFSET
#define OFFSET |
( |
|
x | ) |
offsetof(MuxChain, x) |
◆ rtp_mpegts_write_close()
◆ rtp_mpegts_write_header()
◆ rtp_mpegts_write_packet()
◆ options
◆ 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
static const AVOption options[]
Definition at line 183 of file rtpenc_mpegts.c.
◆ ff_rtp_mpegts_muxer
Initial value:= {
.name = "rtp_mpegts",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
#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)
static int write_trailer(AVFormatContext *s1)
Definition at line 190 of file rtpenc_mpegts.c.