Home
last modified time | relevance | path

Searched refs:MpegTSSection (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.h104 typedef struct MpegTSSection { struct
107 } MpegTSSection; argument
110 MpegTSSection pmt;
119 MpegTSSection pat;
H A DTsMuxer.c220 static void mpegts_write_section(MediaContext* ctx, MpegTSSection *s, int table_id, int id, MFE_U8 … in mpegts_write_section()