FFmpeg
Data Fields
MpegTSContext Struct Reference

Data Fields

const AVClassclass
 
AVFormatContextstream
 
int raw_packet_size
 raw packet size, including FEC if present More...
 
int size_stat [3]
 
int size_stat_count
 
int64_t pos47_full
 
int auto_guess
 if true, all pids are analyzed to find streams More...
 
int mpeg2ts_compute_pcr
 compute exact PCR for each transport stream packet More...
 
int fix_teletext_pts
 fix dvb teletext pts
More...
 
int64_t cur_pcr
 used to estimate the exact PCR More...
 
int64_t pcr_incr
 used to estimate the exact PCR More...
 
int stop_parse
 stop parsing loop More...
 
AVPacketpkt
 packet containing Audio/Video data More...
 
int64_t last_pos
 to detect seek More...
 
int skip_changes
 
int skip_clear
 
int skip_unknown_pmt
 
int scan_all_pmts
 
int resync_size
 
int merge_pmt_versions
 
unsigned int nb_prg
 structure to keep track of Program->pids mapping More...
 
struct Programprg
 
int8_t crc_validity [NB_PID_MAX]
 
MpegTSFilterpids [NB_PID_MAX]
 filters for various streams specified by PMT + for the PAT and PMT More...
 
int current_pid
 

Detailed Description

Definition at line 118 of file mpegts.c.

Field Documentation

◆ class

const AVClass* MpegTSContext::class

Definition at line 119 of file mpegts.c.

◆ stream

AVFormatContext* MpegTSContext::stream

◆ raw_packet_size

int MpegTSContext::raw_packet_size

raw packet size, including FEC if present

Definition at line 123 of file mpegts.c.

Referenced by avpriv_mpegts_parse_open(), handle_packet(), handle_packets(), mpegts_get_dts(), mpegts_get_pcr(), mpegts_raw_read_packet(), mpegts_read_header(), and reanalyze().

◆ size_stat

int MpegTSContext::size_stat[3]

Definition at line 125 of file mpegts.c.

Referenced by reanalyze().

◆ size_stat_count

int MpegTSContext::size_stat_count

Definition at line 126 of file mpegts.c.

Referenced by reanalyze().

◆ pos47_full

int64_t MpegTSContext::pos47_full

Definition at line 129 of file mpegts.c.

Referenced by handle_packet(), mpegts_get_dts(), mpegts_get_pcr(), and reanalyze().

◆ auto_guess

int MpegTSContext::auto_guess

if true, all pids are analyzed to find streams

Definition at line 132 of file mpegts.c.

Referenced by avpriv_mpegts_parse_open(), handle_packet(), and mpegts_read_header().

◆ mpeg2ts_compute_pcr

int MpegTSContext::mpeg2ts_compute_pcr

compute exact PCR for each transport stream packet

Definition at line 135 of file mpegts.c.

Referenced by mpegts_raw_read_packet().

◆ fix_teletext_pts

int MpegTSContext::fix_teletext_pts

fix dvb teletext pts

Definition at line 138 of file mpegts.c.

Referenced by mpegts_push_data().

◆ cur_pcr

int64_t MpegTSContext::cur_pcr

used to estimate the exact PCR

Definition at line 140 of file mpegts.c.

Referenced by mpegts_raw_read_packet(), and mpegts_read_header().

◆ pcr_incr

int64_t MpegTSContext::pcr_incr

used to estimate the exact PCR

Definition at line 141 of file mpegts.c.

Referenced by mpegts_raw_read_packet(), and mpegts_read_header().

◆ stop_parse

int MpegTSContext::stop_parse

stop parsing loop

Definition at line 145 of file mpegts.c.

Referenced by avpriv_mpegts_parse_packet(), handle_packets(), mpegts_push_data(), pmt_cb(), and scte_data_cb().

◆ pkt

AVPacket* MpegTSContext::pkt

packet containing Audio/Video data

Definition at line 147 of file mpegts.c.

Referenced by avpriv_mpegts_parse_packet(), mpegts_push_data(), mpegts_read_packet(), and scte_data_cb().

◆ last_pos

int64_t MpegTSContext::last_pos

to detect seek

Definition at line 149 of file mpegts.c.

Referenced by handle_packets().

◆ skip_changes

int MpegTSContext::skip_changes

Definition at line 151 of file mpegts.c.

Referenced by mpegts_push_data(), pat_cb(), pmt_cb(), and sdt_cb().

◆ skip_clear

int MpegTSContext::skip_clear

Definition at line 152 of file mpegts.c.

Referenced by pat_cb(), and pmt_cb().

◆ skip_unknown_pmt

int MpegTSContext::skip_unknown_pmt

Definition at line 153 of file mpegts.c.

Referenced by pmt_cb().

◆ scan_all_pmts

int MpegTSContext::scan_all_pmts

Definition at line 155 of file mpegts.c.

Referenced by handle_packet(), and pmt_cb().

◆ resync_size

int MpegTSContext::resync_size

Definition at line 157 of file mpegts.c.

Referenced by mpegts_resync().

◆ merge_pmt_versions

int MpegTSContext::merge_pmt_versions

Definition at line 158 of file mpegts.c.

Referenced by mpegts_push_data(), and pmt_cb().

◆ nb_prg

unsigned int MpegTSContext::nb_prg

structure to keep track of Program->pids mapping

Definition at line 164 of file mpegts.c.

Referenced by add_pat_entry(), clear_program(), clear_programs(), discard_pid(), get_program(), handle_packet(), and pat_cb().

◆ prg

struct Program* MpegTSContext::prg

◆ crc_validity

int8_t MpegTSContext::crc_validity[NB_PID_MAX]

Definition at line 167 of file mpegts.c.

Referenced by write_section_data().

◆ pids

MpegTSFilter* MpegTSContext::pids[NB_PID_MAX]

filters for various streams specified by PMT + for the PAT and PMT

Definition at line 169 of file mpegts.c.

Referenced by ff_parse_mpeg2_descriptor(), handle_packet(), handle_packets(), m4sl_cb(), mpegts_close_filter(), mpegts_free(), mpegts_open_filter(), mpegts_push_data(), mpegts_read_packet(), pat_cb(), pmt_cb(), and scte_data_cb().

◆ current_pid

int MpegTSContext::current_pid

Definition at line 170 of file mpegts.c.

Referenced by handle_packet(), pat_cb(), and pmt_cb().


The documentation for this struct was generated from the following file: