Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still picture mode

This commit is contained in:
Klaus Schmidinger
2004-11-27 10:12:20 +01:00
parent 5c6ed74aff
commit a05ed03631
3 changed files with 8 additions and 2 deletions

View File

@@ -3160,10 +3160,12 @@ Video Disk Recorder Revision History
right day of week for timers in the future.
- Some improvements to cPoller (thanks to Marco Schl<68><6C>ler).
2004-11-26: Version 1.3.18
2004-11-27: Version 1.3.18
- Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer
for reporting this one).
- Some more changes to the 'childTid' handling in cThread (based on suggestions by
Stefan Huelswitt).
- Fixed the spelling of 'canceling' (thanks to Wayne Keer for reporting this one).
- Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still
picture mode (thanks to Reinhard Nissl for reporting this one).