summaryrefslogtreecommitdiff
path: root/pat.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-03-31 12:41:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-03-31 12:41:50 +0200
commit513b24ccd77394b50128434376261615fd13b71e (patch)
tree0a3d962150a87c41e27cb0e430fc5e149755645e /pat.h
parent5f7e788ae8bf187760bbc122bac1221d7e62af6a (diff)
downloadvdr-513b24ccd77394b50128434376261615fd13b71e.tar.gz
vdr-513b24ccd77394b50128434376261615fd13b71e.tar.bz2
Fixed handling broken PMT records
Diffstat (limited to 'pat.h')
-rw-r--r--pat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pat.h b/pat.h
index 6246cc0c..88b2115b 100644
--- a/pat.h
+++ b/pat.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: pat.h 1.5 2006/03/26 14:09:43 kls Exp $
+ * $Id: pat.h 1.6 2006/03/29 15:18:38 kls Exp $
*/
#ifndef __PAT_H
@@ -20,6 +20,7 @@ private:
time_t lastPmtScan;
int pmtIndex;
int pmtPid;
+ int pmtSid;
uint64_t pmtVersion[MAXPMTENTRIES];
int numPmtEntries;
bool PmtVersionChanged(int PmtPid, int Sid, int Version);