Searched defs:MpegTSContext (Results 1 – 2 of 2) sorted by relevance
212 struct MpegTSContext { struct213 const AVClass *class;215 AVFormatContext *stream;217 int raw_packet_size;219 int64_t pos47_full;222 int auto_guess;225 int mpeg2ts_compute_pcr;228 int fix_teletext_pts;230 int64_t cur_pcr; /**< used to estimate the exact PCR */231 int64_t pcr_incr; /**< used to estimate the exact PCR */[all …]
158 typedef struct MpegTSContext MpegTSContext; typedef