summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2010-03-17 20:12:36 +0100
committerLars Hanisch <dvb@flensrocker.de>2010-03-17 20:12:36 +0100
commit74b2bcef2a7c9576a4c841d8a1d256cb59f4acc1 (patch)
tree55dc06422f9415ae4d0e00bb77bc97bafadf7996 /setup.h
parentc71752e240b8739eefa182f0c1ab8b497a1f8032 (diff)
downloadvdr-plugin-pvrinput-74b2bcef2a7c9576a4c841d8a1d256cb59f4acc1.tar.gz
vdr-plugin-pvrinput-74b2bcef2a7c9576a4c841d8a1d256cb59f4acc1.tar.bz2
Add optional sleep after call of externchannelswitch.sh
Some cards like the HD PVR needs some time to stabilize the video stream. On some installations a sleep in the external script doesn't seem to work.
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 1ba2dd1..d1a746e 100644
--- a/setup.h
+++ b/setup.h
@@ -19,6 +19,7 @@ public:
int SliceVBI;
int AudioVolumeTVExceptionCard;
int UseExternChannelSwitchScript;
+ int ExternChannelSwitchSleep;
int TsBufferSizeMB;
int TsBufferPrefillRatio;
valSet Brightness;