diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-10 12:51:07 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-10 12:51:07 +0100 |
commit | d34abd6665242550e8aed1c134de7fd83e86bb5b (patch) | |
tree | ce5417c0eb13e907cc608b8633f9e4efcdba225b /config.h | |
parent | fb37e93b044be4acc92bb8a593a8aa01e5477581 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 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.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; |