FFmpeg
|
Data Fields | |
int | pid |
int | es_id |
int | last_cc |
int64_t | last_pcr |
enum MpegTSFilterType | type |
union { | |
MpegTSPESFilter pes_filter | |
MpegTSSectionFilter section_filter | |
} | u |
int MpegTSFilter::pid |
Definition at line 90 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_filter(), pat_cb(), and write_section_data().
int MpegTSFilter::es_id |
Definition at line 91 of file mpegts.c.
Referenced by ff_parse_mpeg2_descriptor(), m4sl_cb(), and mpegts_open_filter().
int MpegTSFilter::last_cc |
Definition at line 92 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), and mpegts_open_filter().
int64_t MpegTSFilter::last_pcr |
Definition at line 93 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), mpegts_open_filter(), and mpegts_push_data().
enum MpegTSFilterType MpegTSFilter::type |
Definition at line 94 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), m4sl_cb(), mpegts_close_filter(), mpegts_open_filter(), mpegts_push_data(), mpegts_read_packet(), pat_cb(), and pmt_cb().
MpegTSPESFilter MpegTSFilter::pes_filter |
Definition at line 96 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), m4sl_cb(), mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_push_data(), mpegts_read_packet(), and pmt_cb().
MpegTSSectionFilter MpegTSFilter::section_filter |
Definition at line 97 of file mpegts.c.
Referenced by handle_packets(), m4sl_cb(), mpegts_close_filter(), mpegts_open_section_filter(), pat_cb(), pmt_cb(), sdt_cb(), and write_section_data().
union { ... } MpegTSFilter::u |