Reduced the number of time(NULL) calls in vdr.c's main loop to a single call

This commit is contained in:
Klaus Schmidinger
2007-08-17 14:36:45 +02:00
parent cb03e38a07
commit 4d0297b804
24 changed files with 395 additions and 390 deletions

View File

@@ -5368,3 +5368,5 @@ Video Disk Recorder Revision History
- Some optimizations in cDvbDevice::SetChannelDevice() (thanks to Tobias Bratfisch).
- Optimized cMenuEditChrItem::Set() (thanks to Tobias Bratfisch).
- Optimized cNitFilter::Process() (thanks to Tobias Bratfisch).
- Reduced the number of time(NULL) calls in vdr.c's main loop to a single call
(thanks to Tobias Bratfisch).