Home
last modified time | relevance | path

Searched defs:MpegTSWrite (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpegtsenc.c76 typedef struct MpegTSWrite { struct
77 const AVClass *av_class;
78 MpegTSSection pat; /* MPEG-2 PAT table */
79 MpegTSSection sdt; /* MPEG-2 SDT table context */
80 MpegTSSection nit; /* MPEG-2 NIT table context */
81 MpegTSService **services;
82 AVPacket *pkt;
83 int64_t sdt_period; /* SDT period in PCR time base */
84 int64_t pat_period; /* PAT/PMT period in PCR time base */
85 int64_t nit_period; /* NIT period in PCR time base */
[all …]