diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-10 15:51:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-10 15:51:35 +0100 |
commit | 76b6ae2cabc3806369f222ce4f8d95beb692a2f3 (patch) | |
tree | 3278c7151bdee33ff4b04ce76c7eea91d394b77b /libsi/si.h | |
parent | 96160f91db58283c9be9dbfc02ea16fd4be4a028 (diff) | |
download | vdr-76b6ae2cabc3806369f222ce4f8d95beb692a2f3.tar.gz vdr-76b6ae2cabc3806369f222ce4f8d95beb692a2f3.tar.bz2 |
Added support for HbbTV to libsi
Diffstat (limited to 'libsi/si.h')
-rw-r--r-- | libsi/si.h | 4 |
1 files changed, 3 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.3 2010/02/13 10:31:34 kls Exp $ + * $Id: si.h 2.4 2011/12/10 15:47:15 kls Exp $ * * ***************************************************************************/ @@ -153,6 +153,8 @@ enum DescriptorTag { MHP_PrefetchDescriptorTag = 0x0C, MHP_DelegatedApplicationDescriptorTag = 0x0E, MHP_ApplicationStorageDescriptorTag = 0x10, + MHP_SimpleApplicationLocationDescriptorTag = 0x15, + MHP_SimpleApplicationBoundaryDescriptorTag = 0x17, // Premiere private Descriptor Tags PremiereContentTransmissionDescriptorTag = 0xF2, |