Changed "binary" to "adaptive"

This commit is contained in:
Klaus Schmidinger 2015-02-07 12:18:20 +01:00
parent 2e8f4b8d21
commit 5d8302b147
1 changed files with 4 additions and 4 deletions

View File

@ -8467,10 +8467,10 @@ Video Disk Recorder Revision History
added NO_KBD and BIDI. added NO_KBD and BIDI.
- Added code from the "jumpplay" patch that makes the recording still be considered - Added code from the "jumpplay" patch that makes the recording still be considered
unviewed when stopping replay within RESUMEBACKUP seconds of the first mark. 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 - The new option "Setup/Replay/Alternate behavior for adaptive skipping" can be used
only halve the skip distance when the direction changes. That way you can reach the to make adaptive skipping only halve the skip distance when the direction changes.
desired point in a recording even if you make one too many skips in a certain That way you can reach the desired point in a recording even if you make one too
direction (see MANUAL for details). many skips in a certain direction (see MANUAL for details).
- Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device - Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device
is NULL (as described in the header file). is NULL (as described in the header file).
- Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile, to - Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the Makefile, to