summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-06 10:25:25 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-06 10:25:25 +0100
commit1b2a62623c2e3c8f0d37b8d586ce185d68d190e1 (patch)
tree0f1d1622e527159d6d50e4353708cf46af030980 /config.h
parentad45f801d5af3aeb3f22c34e656b3562be96c432 (diff)
downloadvdr-1b2a62623c2e3c8f0d37b8d586ce185d68d190e1.tar.gz
vdr-1b2a62623c2e3c8f0d37b8d586ce185d68d190e1.tar.bz2
Changed the naming of "binary skip mode" to "adaptive skip mode"
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index c6c45dcd..5a81fd02 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.16 2015/02/04 09:13:54 kls Exp $
+ * $Id: config.h 3.17 2015/02/06 09:53:50 kls Exp $
*/
#ifndef __CONFIG_H
@@ -337,9 +337,9 @@ public:
int PauseOnMarkJump;
int SkipEdited;
int PauseAtLastMark;
- int BinarySkipInitial;
- int BinarySkipTimeout;
- int BinarySkipStrict;
+ int AdaptiveSkipInitial;
+ int AdaptiveSkipTimeout;
+ int AdaptiveSkipAlternate;
int ResumeID;
int CurrentChannel;
int CurrentVolume;