summaryrefslogtreecommitdiff
path: root/pat.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-06-11 09:38:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-06-11 09:38:38 +0200
commita4a2466bf4017f49e5ff729b19088c732531de89 (patch)
treec3bc578cc5fa17f8ea21e13be11bc72cd98c98df /pat.h
parenta0cdfc432ad10905342973505c6eeadbf1a2f640 (diff)
downloadvdr-a4a2466bf4017f49e5ff729b19088c732531de89.tar.gz
vdr-a4a2466bf4017f49e5ff729b19088c732531de89.tar.bz2
Fixed restarting PMT pids after starting a recording on the currently viewed channel
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 84f263ea..86999a53 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 5.1 2021/06/08 14:57:26 kls Exp $
+ * $Id: pat.h 5.2 2021/06/11 09:38:38 kls Exp $
*/
#ifndef __PAT_H
@@ -40,6 +40,7 @@ protected:
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length);
public:
cPatFilter(void);
+ virtual void SetStatus(bool On);
void Trigger(int); // triggers reading the PMT PIDs that are currently not requested (dummy parameter for backwards compatibility, value is ignored)
void Request(int Sid); // requests permanent reading of the PMT PID for this SID
void Release(int Sid); // releases permanent reading of the PMT PID for this SID