diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-17 08:48:20 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-17 08:48:20 +0200 |
commit | 8423b5ea4c756a3e7c554ec51d7989e32ddfcfea (patch) | |
tree | f5aa787cf0536d63b975c89a37c85748f0e8a072 /HISTORY | |
parent | 050b7cdebf50eac14c10f31fc1924ab09f7b3987 (diff) | |
download | vdr-8423b5ea4c756a3e7c554ec51d7989e32ddfcfea.tar.gz vdr-8423b5ea4c756a3e7c554ec51d7989e32ddfcfea.tar.bz2 |
Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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äki). +- Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10. |