Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10

This commit is contained in:
Klaus Schmidinger
2012-09-17 08:48:20 +02:00
parent 050b7cdebf
commit 8423b5ea4c
2 changed files with 5 additions and 4 deletions

View File

@@ -7235,7 +7235,7 @@ Video Disk Recorder Revision History
function in order to make use of this new feature. See, for instance, the function
cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.
2012-09-15: Version 1.7.31
2012-09-17: Version 1.7.31
- If regenerating an index file fails and no data is written to the file, VDR now
reports this error and removes the empty index file.
@@ -7244,3 +7244,4 @@ Video Disk Recorder Revision History
- The setup parameter "Recording/Instant rec. time (min)" can now be set to '0',
which means to record only the currently running event (based on a patch from Matti
Lehtim<69>ki).
- Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10.