summaryrefslogtreecommitdiff
path: root/libsi/si.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-11 11:38:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-11 11:38:00 +0100
commited118b079f0cc1f6c88c386ea3c2c9adf529b02e (patch)
tree2a4d45ac1d6dc6bd569c1be11dcd9e2b9b5989be /libsi/si.h
parent48de95f5d2ed662d724a765ec11aa0eb2ef7dfb9 (diff)
downloadvdr-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.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/libsi/si.h b/libsi/si.h
index f5f0b634..4dccdd80 100644
--- a/libsi/si.h
+++ b/libsi/si.h
@@ -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)