Changed DVBS_TUNE_TIMEOUT and DVBC_TUNE_TIMEOUT to 9000ms to avoid problems with channels that have low symbol rates

This commit is contained in:
Klaus Schmidinger 2006-01-28 15:39:23 +01:00
parent a0f12dbc79
commit e93ff79da8
3 changed files with 9 additions and 3 deletions

View File

@ -1702,3 +1702,7 @@ Alexander Hans <cleditor@arcor.de>
Daniel Karsubka <dkar@gmx.de>
for suggesting to write the epg.data file when VDR exits
Suur Karu <suurkaru@fastmail.fm>
for reporting a problem with the tuning timeout for channels that have low symbol
rates

View File

@ -4257,3 +4257,5 @@ Video Disk Recorder Revision History
- There is now a log message when VDR writes the epg.data file.
- Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timer
(reported by Rolf Ahrenberg).
- Changed DVBS_TUNE_TIMEOUT and DVBC_TUNE_TIMEOUT to 9000ms to avoid problems with
channels that have low symbol rates (reported by Suur Karu).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: dvbdevice.c 1.150 2006/01/14 15:57:36 kls Exp $
* $Id: dvbdevice.c 1.151 2006/01/28 15:37:01 kls Exp $
*/
#include "dvbdevice.h"
@ -40,9 +40,9 @@
#define DEV_DVB_AUDIO "audio"
#define DEV_DVB_CA "ca"
#define DVBS_TUNE_TIMEOUT 2000 //ms
#define DVBS_TUNE_TIMEOUT 9000 //ms
#define DVBS_LOCK_TIMEOUT 2000 //ms
#define DVBC_TUNE_TIMEOUT 5000 //ms
#define DVBC_TUNE_TIMEOUT 9000 //ms
#define DVBC_LOCK_TIMEOUT 2000 //ms
#define DVBT_TUNE_TIMEOUT 9000 //ms
#define DVBT_LOCK_TIMEOUT 2000 //ms