Go to the source code of this file.
◆ rtp_mpegts_write_close()
◆ rtp_mpegts_write_header()
◆ rtp_mpegts_write_packet()
◆ ff_rtp_mpegts_muxer
Initial value:= {
.name = "rtp_mpegts",
.priv_data_size =
sizeof(
struct MuxChain),
}
static int rtp_mpegts_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int rtp_mpegts_write_close(AVFormatContext *s)
static int rtp_mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 150 of file rtpenc_mpegts.c.