diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-11 11:38:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-11 11:38:00 +0100 |
commit | ed118b079f0cc1f6c88c386ea3c2c9adf529b02e (patch) | |
tree | 2a4d45ac1d6dc6bd569c1be11dcd9e2b9b5989be /libsi/si.h | |
parent | 48de95f5d2ed662d724a765ec11aa0eb2ef7dfb9 (diff) | |
download | vdr-ed118b079f0cc1f6c88c386ea3c2c9adf529b02e.tar.gz vdr-ed118b079f0cc1f6c88c386ea3c2c9adf529b02e.tar.bz2 |
Added support for DVB-T2 to libsi
Diffstat (limited to 'libsi/si.h')
-rw-r--r-- | libsi/si.h | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.h 2.4 2011/12/10 15:47:15 kls Exp $ + * $Id: si.h 2.5 2012/01/11 11:35:17 kls Exp $ * * ***************************************************************************/ @@ -134,6 +134,19 @@ enum DescriptorTag { DTSDescriptorTag = 0x7B, AACDescriptorTag = 0x7C, ExtensionDescriptorTag = 0x7F, + // Extension descriptors + ImageIconDescriptorTag = 0x00, + CpcmDeliverySignallingDescriptor = 0x01, + CPDescriptorTag = 0x02, + CPIdentifierDescriptorTag = 0x03, + T2DeliverySystemDescriptorTag = 0x04, + SHDeliverySystemDescriptorTag = 0x05, + SupplementaryAudioDescriptorTag = 0x06, + NetworkChangeNotifyDescriptorTag = 0x07, + MessageDescriptorTag = 0x08, + TargetRegionDescriptorTag = 0x09, + TargetRegionNameDescriptorTag = 0x0A, + ServiceRelocatedDescriptorTag = 0x0B, // Defined by ETSI TS 102 812 (MHP) // They once again start with 0x00 (see page 234, MHP specification) |