FFmpeg
Data Fields
PESContext Struct Reference

Data Fields

int pid
 
int pcr_pid
 if -1 then all packets containing PCR are considered More...
 
int stream_type
 
MpegTSContextts
 
AVFormatContextstream
 
AVStreamst
 
AVStreamsub_st
 stream for the embedded AC3 stream in HDMV TrueHD More...
 
enum MpegTSState state
 
int data_index
 
int flags
 copied to the AVPacket flags More...
 
int PES_packet_length
 
int pes_header_size
 
int extended_stream_id
 
uint8_t stream_id
 
int64_t pts
 
int64_t dts
 
int64_t ts_packet_pos
 position of first TS packet of this PES packet More...
 
uint8_t header [MAX_PES_HEADER_SIZE]
 
AVBufferRefbuffer
 
SLConfigDescr sl
 
int merged_st
 

Detailed Description

Definition at line 245 of file mpegts.c.

Field Documentation

◆ pid

int PESContext::pid

Definition at line 246 of file mpegts.c.

Referenced by add_pes_stream(), mpegts_push_data(), mpegts_set_stream_info(), and pmt_cb().

◆ pcr_pid

int PESContext::pcr_pid

if -1 then all packets containing PCR are considered

Definition at line 247 of file mpegts.c.

Referenced by add_pes_stream().

◆ stream_type

int PESContext::stream_type

Definition at line 248 of file mpegts.c.

Referenced by mpegts_push_data(), mpegts_set_stream_info(), new_pes_packet(), and pmt_cb().

◆ ts

MpegTSContext* PESContext::ts

Definition at line 249 of file mpegts.c.

Referenced by add_pes_stream(), and mpegts_push_data().

◆ stream

AVFormatContext* PESContext::stream

◆ st

AVStream* PESContext::st

◆ sub_st

AVStream* PESContext::sub_st

stream for the embedded AC3 stream in HDMV TrueHD

Definition at line 252 of file mpegts.c.

Referenced by mpegts_push_data(), mpegts_set_stream_info(), new_pes_packet(), and pmt_cb().

◆ state

enum MpegTSState PESContext::state

Definition at line 253 of file mpegts.c.

Referenced by add_pes_stream(), handle_packets(), mpegts_push_data(), and mpegts_read_packet().

◆ data_index

int PESContext::data_index

◆ flags

int PESContext::flags

copied to the AVPacket flags

Definition at line 256 of file mpegts.c.

Referenced by handle_packet(), new_pes_packet(), and reset_pes_packet_state().

◆ PES_packet_length

int PESContext::PES_packet_length

Definition at line 257 of file mpegts.c.

Referenced by mpegts_push_data(), and new_pes_packet().

◆ pes_header_size

int PESContext::pes_header_size

Definition at line 258 of file mpegts.c.

Referenced by mpegts_push_data(), and new_pes_packet().

◆ extended_stream_id

int PESContext::extended_stream_id

Definition at line 259 of file mpegts.c.

Referenced by mpegts_push_data(), and new_pes_packet().

◆ stream_id

uint8_t PESContext::stream_id

Definition at line 260 of file mpegts.c.

Referenced by mpegts_push_data(), and new_pes_packet().

◆ pts

int64_t PESContext::pts

◆ dts

int64_t PESContext::dts

◆ ts_packet_pos

int64_t PESContext::ts_packet_pos

position of first TS packet of this PES packet

Definition at line 262 of file mpegts.c.

Referenced by mpegts_push_data(), and new_pes_packet().

◆ header

uint8_t PESContext::header[MAX_PES_HEADER_SIZE]

Definition at line 263 of file mpegts.c.

Referenced by mpegts_push_data().

◆ buffer

AVBufferRef* PESContext::buffer

◆ sl

SLConfigDescr PESContext::sl

Definition at line 265 of file mpegts.c.

Referenced by m4sl_cb(), and mpegts_push_data().

◆ merged_st

int PESContext::merged_st

Definition at line 266 of file mpegts.c.

Referenced by mpegts_close_filter(), and pmt_cb().


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