summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-10 12:51:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-10 12:51:07 +0100
commitd34abd6665242550e8aed1c134de7fd83e86bb5b (patch)
treece5417c0eb13e907cc608b8633f9e4efcdba225b /config.h
parentfb37e93b044be4acc92bb8a593a8aa01e5477581 (diff)
downloadvdr-d34abd6665242550e8aed1c134de7fd83e86bb5b.tar.gz
vdr-d34abd6665242550e8aed1c134de7fd83e86bb5b.tar.bz2
Made the function of the Prev/Next keys during replay configurable
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index b6446d60..452e096c 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 3.18 2015/02/10 11:48:17 kls Exp $
+ * $Id: config.h 3.19 2015/02/10 12:23:10 kls Exp $
*/
#ifndef __CONFIG_H
@@ -340,6 +340,7 @@ public:
int AdaptiveSkipInitial;
int AdaptiveSkipTimeout;
int AdaptiveSkipAlternate;
+ int AdaptiveSkipPrevNext;
int SkipSeconds;
int SkipSecondsRepeat;
int ResumeID;