Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmpegts.c212 struct MpegTSContext { struct
213 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 …]
Dmpegts.h158 typedef struct MpegTSContext MpegTSContext; typedef