summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-07 12:18:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-07 12:18:20 +0100
commit5d8302b147aeb43d53f26ebd98e728df4adebe46 (patch)
tree958a5456c733f781e7f058218a2e1b684aff0450
parent2e8f4b8d219d6dd1ecb4bb5b44c1c48289f3b306 (diff)
downloadvdr-5d8302b147aeb43d53f26ebd98e728df4adebe46.tar.gz
vdr-5d8302b147aeb43d53f26ebd98e728df4adebe46.tar.bz2
Changed "binary" to "adaptive"
-rw-r--r--HISTORY8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index b91ba3b5..2249620a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8467,10 +8467,10 @@ Video Disk Recorder Revision History
added NO_KBD and BIDI.
- Added code from the "jumpplay" patch that makes the recording still be considered
unviewed when stopping replay within RESUMEBACKUP seconds of the first mark.
-- The new option "Setup/Replay/Binary skip strict" can be used to make binary skipping
- only halve the skip distance when the direction changes. That way you can reach the
- desired point in a recording even if you make one too many skips in a certain
- direction (see MANUAL for details).
+- The new option "Setup/Replay/Alternate behavior for adaptive skipping" can be used
+ to make adaptive skipping only halve the skip distance when the direction changes.
+ That way you can reach the desired point in a recording even if you make one too
+ many skips in a certain direction (see MANUAL for details).
- Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device
is NULL (as described in the header file).
- Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile, to