FFmpeg
Data Fields
MpegTSSectionFilter Struct Reference

Data Fields

int section_index
 
int section_h_size
 
int last_ver
 
unsigned crc
 
unsigned last_crc
 
uint8_t * section_buf
 
unsigned int check_crc: 1
 
unsigned int end_of_section_reached: 1
 
SectionCallbacksection_cb
 
void * opaque
 

Detailed Description

Definition at line 87 of file mpegts.c.

Field Documentation

◆ section_index

int MpegTSSectionFilter::section_index

Definition at line 88 of file mpegts.c.

Referenced by write_section_data().

◆ section_h_size

int MpegTSSectionFilter::section_h_size

Definition at line 89 of file mpegts.c.

Referenced by write_section_data().

◆ last_ver

int MpegTSSectionFilter::last_ver

◆ crc

unsigned MpegTSSectionFilter::crc

Definition at line 91 of file mpegts.c.

Referenced by skip_identical(), and write_section_data().

◆ last_crc

unsigned MpegTSSectionFilter::last_crc

Definition at line 92 of file mpegts.c.

Referenced by skip_identical().

◆ section_buf

uint8_t* MpegTSSectionFilter::section_buf

Definition at line 93 of file mpegts.c.

Referenced by mpegts_open_section_filter(), and write_section_data().

◆ check_crc

unsigned int MpegTSSectionFilter::check_crc

Definition at line 94 of file mpegts.c.

Referenced by mpegts_open_section_filter(), and write_section_data().

◆ end_of_section_reached

unsigned int MpegTSSectionFilter::end_of_section_reached

Definition at line 95 of file mpegts.c.

Referenced by write_section_data().

◆ section_cb

SectionCallback* MpegTSSectionFilter::section_cb

Definition at line 96 of file mpegts.c.

Referenced by mpegts_open_section_filter(), pat_cb(), and write_section_data().

◆ opaque

void* MpegTSSectionFilter::opaque

Definition at line 97 of file mpegts.c.

Referenced by mpegts_open_section_filter().


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