Menu

[974d11]: / ts_fmt.c  Maximize  Restore  History

Download this file

18 lines (13 with data), 549 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/* ts_fmt.c
*
*/
#include "ts_fmt.h"
const char* pid_table_nm[] = {"PAT", "CAT", "TSDT/PMT", "", "", "", "", "",
"", "", "", "", "", "", "", "",
"NIT", "SDT/BAT", "EIT", "RST", "TDT/TOT", "NetSync", "", "",
"", "", "", "", "", "", "DIT", "SIT", };
const char* tag_name_40[] = {"NetName", "SvcLst", "Stuff", "Sat", "Cable", "", "", "Bouquet",
"Svc", "CAvail", "Linkage", "NVOD", "TimeShift", "ShortEv", "ExtEv", "TimeShEv",
"Comp", "Mosaic", "Stream", "CA ID", "Content", "Parental", "Teletext", "Telephone",
/* ... */
};