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.c | |
parent | 96160f91db58283c9be9dbfc02ea16fd4be4a028 (diff) | |
download | vdr-76b6ae2cabc3806369f222ce4f8d95beb692a2f3.tar.gz vdr-76b6ae2cabc3806369f222ce4f8d95beb692a2f3.tar.bz2 |
Added support for HbbTV to libsi
Diffstat (limited to 'libsi/si.c')
-rw-r--r-- | libsi/si.c | 5 |
1 files changed, 4 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.c 2.5 2011/12/04 15:06:18 kls Exp $ + * $Id: si.c 2.6 2011/12/10 15:47:15 kls Exp $ * * ***************************************************************************/ @@ -690,6 +690,9 @@ Descriptor *Descriptor::getDescriptor(CharArray da, DescriptorTagDomain domain, case MHP_DVBJApplicationLocationDescriptorTag: d=new MHP_DVBJApplicationLocationDescriptor(); break; + case MHP_SimpleApplicationLocationDescriptorTag: + d=new MHP_SimpleApplicationLocationDescriptor(); + break; // 0x05 - 0x0A is unimplemented this library case MHP_ExternalApplicationAuthorisationDescriptorTag: case MHP_IPv4RoutingDescriptorTag: |