summaryrefslogtreecommitdiff
path: root/libsi
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-02-08 14:21:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-02-08 14:21:47 +0100
commita30563634d6184145f1b1529ca4502fd49e8e0e9 (patch)
tree1d6af4cb56c4347c1b25473b314abe6ae76ced30 /libsi
parente5fde77e56743cd2e7ad816d7d0008189928858c (diff)
downloadvdr-a30563634d6184145f1b1529ca4502fd49e8e0e9.tar.gz
vdr-a30563634d6184145f1b1529ca4502fd49e8e0e9.tar.bz2
Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with Clang 3.4.1
Diffstat (limited to 'libsi')
-rw-r--r--libsi/si.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libsi/si.h b/libsi/si.h
index 80750648..1e65111f 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 3.1 2013/10/30 10:16:18 kls Exp $
+ * $Id: si.h 3.2 2014/02/08 14:11:32 kls Exp $
* *
***************************************************************************/
@@ -210,7 +210,8 @@ enum LinkageType { LinkageTypeInformationService = 0x01,
LinkageTypeRCSMap = 0x07,
LinkageTypeMobileHandover = 0x08,
LinkageTypeSystemSoftwareUpdateService = 0x09,
- LinkageTypeTSContainingSsuBatOrNit = 0x0A
+ LinkageTypeTSContainingSsuBatOrNit = 0x0A,
+ LinkageTypePremiere = 0xB0
};
enum AudioType { AudioTypeUndefined = 0x00,