diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-06 10:25:25 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-06 10:25:25 +0100 |
commit | 1b2a62623c2e3c8f0d37b8d586ce185d68d190e1 (patch) | |
tree | 0f1d1622e527159d6d50e4353708cf46af030980 /config.h | |
parent | ad45f801d5af3aeb3f22c34e656b3562be96c432 (diff) | |
download | vdr-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.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |