diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-09 12:52:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-09 12:52:41 +0200 |
commit | de45b51473daaa313dda61d4d86c3fb970d51cd8 (patch) | |
tree | 2c7473b4915f1f77085dc9e9a67528c963ee0133 /config.h | |
parent | 9d509c37e712974d653b8ccd2ceddfda7c9cccfe (diff) | |
download | vdr-de45b51473daaa313dda61d4d86c3fb970d51cd8.tar.gz vdr-de45b51473daaa313dda61d4d86c3fb970d51cd8.tar.bz2 |
Implemented 'Multi Speed Mode'
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 1.74 2001/09/08 14:12:30 kls Exp $ + * $Id: config.h 1.75 2001/09/08 14:58:16 kls Exp $ */ #ifndef __CONFIG_H @@ -297,6 +297,7 @@ public: int OSDMessageTime; int MaxVideoFileSize; int MinEventTimeout, MinUserInactivity; + int MultiSpeedMode; int CurrentChannel; cSetup(void); bool Load(const char *FileName); |