summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-04-28 20:44:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-04-28 20:44:56 +0200
commit4a199fe4acba6da192c0fa5b847760ca65e2c365 (patch)
tree8e5ac12681f3412aaacfc9987a99313f12fc9d84 /epg.h
parent98fa6206ac8aaef4864a4de4ac2f14d821a3bd55 (diff)
downloadvdr-4a199fe4acba6da192c0fa5b847760ca65e2c365.tar.gz
vdr-4a199fe4acba6da192c0fa5b847760ca65e2c365.tar.bz2
Now using a separate fixed value for internal EPG linger time
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epg.h b/epg.h
index b3ed6201..e4689251 100644
--- a/epg.h
+++ b/epg.h
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.h 5.1 2021/04/04 11:06:30 kls Exp $
+ * $Id: epg.h 5.2 2021/04/28 20:44:56 kls Exp $
*/
#ifndef __EPG_H
@@ -20,6 +20,8 @@
#define MAXEPGBUGFIXLEVEL 3
+#define EPG_LINGER_TIME (max(Setup.EPGLinger, 180) * 60) // seconds to keep old EPG data (internal, must be at least Setup.EPGLinger)
+
enum { MaxEventContents = 4 };
enum eEventContentGroup {