summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-09-06 12:42:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-09-06 12:42:54 +0200
commit89bb6f57fd94be2016c485ddbe377945d20de32f (patch)
tree947a0e679fd6f1adeba2e214ee35cf8ef6be3813
parent1f0776c548d800008e4250b59b4ac8b67c667f3a (diff)
downloadvdr-89bb6f57fd94be2016c485ddbe377945d20de32f.tar.gz
vdr-89bb6f57fd94be2016c485ddbe377945d20de32f.tar.bz2
Fixed wrong value for TableIdBAT in libsi/si.h
-rw-r--r--CONTRIBUTORS3
-rw-r--r--HISTORY1
-rw-r--r--libsi/si.h4
3 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 8b83c835..7d5e37bc 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2359,3 +2359,6 @@ Nan Feng <nfgx@21cn.com>
Edgar Toernig <froese@gmx.de>
for suggesting to not call FcFini() to avoid problems with older (broken) versions
of fontconfig
+
+Winfried Köhler <w_koehl@gmx.de>
+ for fixing wrong value for TableIdBAT in libsi/si.h
diff --git a/HISTORY b/HISTORY
index bb4dc180..7966dd2e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5755,3 +5755,4 @@ Video Disk Recorder Revision History
- Fixed a problem with calling isyslog() from within the SignalHandler() (thanks
to Udo Richter).
- Replaced the Finnish language code "smi" with "suo" (thanks to Rolf Ahrenberg).
+- Fixed wrong value for TableIdBAT in libsi/si.h (thanks to Winfried Köhler).
diff --git a/libsi/si.h b/libsi/si.h
index a156d767..d00cb8f4 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 1.17 2007/04/22 13:32:09 kls Exp $
+ * $Id: si.h 1.17.1.1 2008/09/06 12:40:49 kls Exp $
* *
***************************************************************************/
@@ -28,7 +28,7 @@ enum TableId { TableIdPAT = 0x00, //program association section
TableIdNIT_other = 0x41, //network information section, other network
TableIdSDT = 0x42, //service description section
TableIdSDT_other = 0x46,
- TableIdBAT = 0x46, //bouquet association section
+ TableIdBAT = 0x4A, //bouquet association section
TableIdEIT_presentFollowing = 0x4E, //event information section
TableIdEIT_presentFollowing_other = 0x4F,
//range from 0x50 to 0x5F