FFmpeg
|
Data Fields | |
int | pid |
int | es_id |
int | last_cc |
enum MpegTSFilterType | type |
union { | |
MpegTSPESFilter pes_filter | |
MpegTSSectionFilter section_filter | |
} | u |
int MpegTSFilter::pid |
Definition at line 77 of file mpegts.c.
Referenced by mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_open_section_filter(), pat_cb(), and write_section_data().
int MpegTSFilter::es_id |
Definition at line 78 of file mpegts.c.
Referenced by ff_parse_mpeg2_descriptor(), m4sl_cb(), mpegts_open_pes_filter(), and mpegts_open_section_filter().
int MpegTSFilter::last_cc |
Definition at line 79 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), mpegts_open_pes_filter(), and mpegts_open_section_filter().
enum MpegTSFilterType MpegTSFilter::type |
Definition at line 80 of file mpegts.c.
Referenced by handle_packet(), handle_packets(), m4sl_cb(), mpegts_close_filter(), mpegts_open_pes_filter(), mpegts_open_section_filter(), mpegts_read_packet(), pat_cb(), and pmt_cb().
MpegTSPESFilter MpegTSFilter::pes_filter |
Definition at line 82 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 83 of file mpegts.c.
Referenced by m4sl_cb(), mpegts_close_filter(), mpegts_open_section_filter(), pat_cb(), pmt_cb(), sdt_cb(), and write_section_data().
union { ... } MpegTSFilter::u |