diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-05 14:30:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-05 14:30:31 +0100 |
commit | 2bf718b62f051c0f563fa8ad1d95351b68c5315b (patch) | |
tree | d3b44e5c439ba3458caf774dd239f57203ebf266 /sdt.h | |
parent | 3f5c7e67eac370bfbc37b13779ebd7d9da3c2061 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |