diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-03 12:13:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-03 12:13:08 +0100 |
commit | f3bc8d1988c265c4bf99c27826c3a9e985bfa31d (patch) | |
tree | 22edbf3bf5907fe0da1f1eda0e6351c8c5f36119 /libsi/si.h | |
parent | 31820a5175b26e86effe9594d9293ecec2ac5812 (diff) | |
download | vdr-f3bc8d1988c265c4bf99c27826c3a9e985bfa31d.tar.gz vdr-f3bc8d1988c265c4bf99c27826c3a9e985bfa31d.tar.bz2 |
Adapted 'libsi' to DVB-S2
Diffstat (limited to 'libsi/si.h')
-rw-r--r-- | libsi/si.h | 17 |
1 files changed, 15 insertions, 2 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 1.15 2006/05/27 13:07:20 kls Exp $ + * $Id: si.h 1.16 2007/02/03 11:47:25 kls Exp $ * * ***************************************************************************/ @@ -108,7 +108,7 @@ enum DescriptorTag { FrequencyListDescriptorTag = 0x62, PartialTransportStreamDescriptorTag = 0x63, DataBroadcastDescriptorTag = 0x64, - CaSystemDescriptorTag = 0x65, + ScramblingDescriptorTag = 0x65, DataBroadcastIdDescriptorTag = 0x66, TransportStreamDescriptorTag = 0x67, DSNGDescriptorTag = 0x68, @@ -122,6 +122,19 @@ enum DescriptorTag { AdaptationFieldDataDescriptorTag = 0x70, ServiceIdentifierDescriptorTag = 0x71, ServiceAvailabilityDescriptorTag = 0x72, + // defined by ETSI (EN 300 468) v 1.7.1 + DefaultAuthorityDescriptorTag = 0x73, + RelatedContentDescriptorTag = 0x74, + TVAIdDescriptorTag = 0x75, + ContentIdentifierDescriptorTag = 0x76, + TimeSliceFecIdentifierDescriptorTag = 0x77, + ECMRepetitionRateDescriptorTag = 0x78, + S2SatelliteDeliverySystemDescriptorTag = 0x79, + EnhancedAC3DescriptorTag = 0x7A, + DTSDescriptorTag = 0x7B, + AACDescriptorTag = 0x7C, + ExtensionDescriptorTag = 0x7F, + // Defined by ETSI TS 102 812 (MHP) // They once again start with 0x00 (see page 234, MHP specification) MHP_ApplicationDescriptorTag = 0x00, |