diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-14 15:16:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-14 15:16:46 +0100 |
commit | 11e04d4228b00126fa2a9992a6b6e264d8d71ea3 (patch) | |
tree | 1c79af7c18ccd921b67750d647a7b773741e9e6c /config.h | |
parent | 62dfd2f996cb9480ea2c1db054a2fa657de0900b (diff) | |
download | vdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.gz vdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.bz2 |
Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to config.h and using them to initialize Setup.NameInstantRecord
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 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.66 2013/02/11 11:27:34 kls Exp $ + * $Id: config.h 2.67 2013/02/14 15:13:59 kls Exp $ */ #ifndef __CONFIG_H @@ -44,6 +44,9 @@ #define MAXLIFETIME 99 #define DEFINSTRECTIME 180 // default instant recording time (minutes) +#define TIMERMACRO_TITLE "TITLE" +#define TIMERMACRO_EPISODE "EPISODE" + #define MINOSDWIDTH 480 #define MAXOSDWIDTH 1920 #define MINOSDHEIGHT 324 |