diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-05 10:07:12 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-05 10:07:12 +0100 |
commit | cfd9206195fdf6c2582ddba2daab75e8e1ccbbbc (patch) | |
tree | 0dcc3c5cb76f1de4d1d1699619d0aa8f31911126 /config.h | |
parent | 551b46cab1e6309a9cf077df76879e5a5c250a51 (diff) | |
download | vdr-cfd9206195fdf6c2582ddba2daab75e8e1ccbbbc.tar.gz vdr-cfd9206195fdf6c2582ddba2daab75e8e1ccbbbc.tar.bz2 |
The new option "Setup/Replay/Pause on mark set" can be used to activate automatically going into Pause mode if an editing mark is set during replay
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 2.55 2012/11/19 10:24:24 kls Exp $ + * $Id: config.h 2.56 2012/12/05 09:54:48 kls Exp $ */ #ifndef __CONFIG_H @@ -319,6 +319,7 @@ public: int MultiSpeedMode; int ShowReplayMode; int ShowRemainingTime; + int PauseOnMarkSet; int ResumeID; int CurrentChannel; int CurrentVolume; |