Data Fields | |
| int | pid |
| int | pcr_pid |
| if -1 then all packets containing PCR are considered | |
| int | stream_type |
| MpegTSContext * | ts |
| AVFormatContext * | stream |
| AVStream * | st |
| enum MpegTSState | state |
| int | data_index |
| int | total_size |
| int | pes_header_size |
| int64_t | pts |
| int64_t | dts |
| int64_t | ts_packet_pos |
| position of first TS packet of this PES packet | |
| uint8_t | header [MAX_PES_HEADER_SIZE] |
Definition at line 137 of file mpegts.c.
| int64_t PESContext::dts |
| uint8_t PESContext::header[MAX_PES_HEADER_SIZE] |
if -1 then all packets containing PCR are considered
Definition at line 139 of file mpegts.c.
Referenced by add_pes_stream().
| int PESContext::pid |
| int64_t PESContext::pts |
Definition at line 143 of file mpegts.c.
Referenced by mpegts_push_data(), new_pes_av_stream(), and pmt_cb().
Definition at line 142 of file mpegts.c.
Referenced by add_pes_stream(), mpegts_push_data(), and new_pes_av_stream().
| int64_t PESContext::ts_packet_pos |
position of first TS packet of this PES packet
Definition at line 150 of file mpegts.c.
Referenced by mpegts_push_data().
1.5.8