FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MpegTSSectionFilter Struct Reference

Data Fields

int section_index
 
int section_h_size
 
int last_ver
 
unsigned crc
 
unsigned last_crc
 
uint8_tsection_buf
 
unsigned int check_crc: 1
 
unsigned int end_of_section_reached: 1
 
SectionCallbacksection_cb
 
voidopaque
 

Detailed Description

Definition at line 76 of file mpegts.c.

Field Documentation

int MpegTSSectionFilter::section_index

Definition at line 77 of file mpegts.c.

Referenced by write_section_data().

int MpegTSSectionFilter::section_h_size

Definition at line 78 of file mpegts.c.

Referenced by write_section_data().

int MpegTSSectionFilter::last_ver
unsigned MpegTSSectionFilter::crc

Definition at line 80 of file mpegts.c.

Referenced by skip_identical(), and write_section_data().

unsigned MpegTSSectionFilter::last_crc

Definition at line 81 of file mpegts.c.

Referenced by skip_identical().

uint8_t* MpegTSSectionFilter::section_buf

Definition at line 82 of file mpegts.c.

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

unsigned int MpegTSSectionFilter::check_crc

Definition at line 83 of file mpegts.c.

Referenced by mpegts_open_section_filter(), and write_section_data().

unsigned int MpegTSSectionFilter::end_of_section_reached

Definition at line 84 of file mpegts.c.

Referenced by write_section_data().

SectionCallback* MpegTSSectionFilter::section_cb

Definition at line 85 of file mpegts.c.

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

void* MpegTSSectionFilter::opaque

Definition at line 86 of file mpegts.c.

Referenced by m4sl_cb(), mpegts_open_section_filter(), pat_cb(), pmt_cb(), scte_data_cb(), and sdt_cb().


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