Reverted back to previous version of RemoveDeletedRecordings(), because the thread was started every minute

This commit is contained in:
Klaus Schmidinger
2009-04-13 12:29:10 +02:00
parent 27c061e449
commit 7f314c07b6
3 changed files with 10 additions and 7 deletions

View File

@@ -6033,7 +6033,5 @@ Video Disk Recorder Revision History
2009-04-13: Version 1.7.6
- No longer checking for deleted recordings to be removed from the foreground
thread, to avoid blocking the main loop for too long (thanks to Rolf Ahrenberg).
- cDevice::PlayTs() now syncs on the TS packet sync bytes.
- Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets.