No longer explicitly waiting for a tuner lock when switching channels

This commit is contained in:
Klaus Schmidinger
2004-10-30 15:10:50 +02:00
parent d5018de4fe
commit 664df0902e
5 changed files with 19 additions and 17 deletions

View File

@@ -3083,3 +3083,6 @@ Video Disk Recorder Revision History
- Fixed some typos in the Makefile's 'font' target (thanks to Uwe Hanke).
- Added more checks and polling when getting frontend events (based on a patch
from Werner Fink).
- No longer explicitly waiting for a tuner lock when switching channels
(apparently setting "live" PIDs before the tuner is locked doesn't hurt).
Moved the wait into cDevice::AttachReceiver() instead.