summaryrefslogtreecommitdiff
path: root/sdt.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-05 14:30:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-05 14:30:31 +0100
commit2bf718b62f051c0f563fa8ad1d95351b68c5315b (patch)
treed3b44e5c439ba3458caf774dd239f57203ebf266 /sdt.h
parent3f5c7e67eac370bfbc37b13779ebd7d9da3c2061 (diff)
downloadvdr-2bf718b62f051c0f563fa8ad1d95351b68c5315b.tar.gz
vdr-2bf718b62f051c0f563fa8ad1d95351b68c5315b.tar.bz2
Enhanced the SDT filter to handle multi part sections
Diffstat (limited to 'sdt.h')
-rw-r--r--sdt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdt.h b/sdt.h
index 8d75f3c7..a427119c 100644
--- a/sdt.h
+++ b/sdt.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sdt.h 1.1 2004/01/03 13:49:55 kls Exp $
+ * $Id: sdt.h 1.2 2004/01/05 14:30:14 kls Exp $
*/
#ifndef __SDT_H
@@ -15,7 +15,7 @@
class cSdtFilter : public cFilter {
private:
- uchar lastSdtVersion;
+ cSectionSyncer sectionSyncer;
cPatFilter *patFilter;
protected:
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length);