Ticket #8777: dish_descriptors1.diff

File dish_descriptors1.diff, 713 bytes (added by Mark.Buechler@…, 14 years ago)

Define some of the descriptors we'll be using.

  • libs/libmythtv/mpeg/mpegdescriptors.h

     
    128128        content_advisory            = 0x87,
    129129
    130130        // Dish Network
     131        dish_event_rights           = 0x87,
     132        dish_event_mpaa             = 0x89,
    131133        dish_event_name             = 0x91,
    132134        dish_event_description      = 0x92,
     135        dish_event_properties       = 0x94,
     136        dish_event_vchip            = 0x95,
     137        dish_event_tags             = 0x96,
    133138
    134139        // ATSC
    135140        extended_channel_name       = 0xA0,