Ticket #5530: csat-mpegtables.2.diff

File csat-mpegtables.2.diff, 1009 bytes (added by anonymous, 16 years ago)
  • mythtv/libs/libmythtv/mpeg/mpegtables.h

    old new  
    191191    PREMIERE_EIT_DIREKT_PID = 0x0b11,
    192192    PREMIERE_EIT_SPORT_PID  = 0x0b12,
    193193
     194    // Canal Sat longterm EIT is on pid 0x114 and 0x153
     195    CSATCARAIBES_EIT_PID1 = 0x114,
     196    //    CSATCARAIBES_EIT_PID2 = 0x153,
     197
    194198    ATSC_PSIP_PID = 0x1ffb,
    195199};
    196200
     
    241245            DN_EITbego = 0x80, // always on pid 0x300
    242246            DN_EITendo = 0xfe, // always on pid 0x300
    243247
     248            // Canal Sat Caraibes Longterm EIT data
     249            CSATCARAIBES_CHANNELS = 0x90, // always on pid 0x114
     250            CSATCARAIBES_SCHED = 0x92,    // always on pid 0x114
     251            CSATCARAIBES_SUMMARIES = 0x94, //always on pid 0x114
     252            CSATCARAIBES_THEMES = 0x91,    //always on pid 0x114
     253
    244254            // ARIB
    245255            ARIBbeg  = 0x80,
    246256            ARIBend  = 0x8f,