Modified cEITScanner::Process() to use the primary device if replaying, and do a forced scan even if timeout is 0

This commit is contained in:
Klaus Schmidinger
2005-08-07 11:37:48 +02:00
parent da0030deff
commit 7d54c997ab
3 changed files with 13 additions and 4 deletions

View File

@@ -3663,3 +3663,7 @@ Video Disk Recorder Revision History
- Added missing storing of the MenuScrollPage parameter (thanks to Frank Kr<4B>mmelbein).
- Added cRemux::SetTimeouts() for better use of cRemux in a single thread (thanks
to Udo Richter for reporting a problem with this).
- Modified cEITScanner::Process() so that it uses the primary device if it is
replaying and is the only device that provides the given transponder, and that
a forced EPG scan works even if EPG scan timeout is set to 0 (thanks to
Bernhard Stegmaier for reporting a problem with this).