mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
After a CLRE command, no further EPG processing is now done for 10 seconds
This commit is contained in:
5
eit.h
5
eit.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: eit.h 1.30 2003/12/21 14:51:50 kls Exp $
|
||||
* $Id: eit.h 2.1 2010/01/03 15:28:34 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __EIT_H
|
||||
@@ -13,10 +13,13 @@
|
||||
#include "filter.h"
|
||||
|
||||
class cEitFilter : public cFilter {
|
||||
private:
|
||||
static time_t disableUntil;
|
||||
protected:
|
||||
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length);
|
||||
public:
|
||||
cEitFilter(void);
|
||||
static void SetDisableUntil(time_t Time);
|
||||
};
|
||||
|
||||
#endif //__EIT_H
|
||||
|
||||
Reference in New Issue
Block a user