summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-05 10:07:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-05 10:07:12 +0100
commitcfd9206195fdf6c2582ddba2daab75e8e1ccbbbc (patch)
tree0dcc3c5cb76f1de4d1d1699619d0aa8f31911126 /config.h
parent551b46cab1e6309a9cf077df76879e5a5c250a51 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9567ceae..47d8ad51 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 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;