Definition at line 218 of file mpegts.c.
Public Attributes | |
| int | pid |
| 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 |
| uint8_t | header [MAX_PES_HEADER_SIZE] |
| int64_t | startpos |
| int PESContext::pid |
Definition at line 220 of file mpegts.c.
Referenced by add_pes_stream(), is_pmt_same(), and new_pes_av_stream().
Definition at line 222 of file mpegts.c.
Referenced by add_pes_stream(), mpegts_push_data(), and new_pes_av_stream().
| uint8_t PESContext::header[MAX_PES_HEADER_SIZE] |
1.5.5