summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-05 14:24:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-05 14:24:35 +0100
commitad45f801d5af3aeb3f22c34e656b3562be96c432 (patch)
tree277747c2404a6f2dc3241983ff340ee6154d2a7e /HISTORY
parentf60d90aeb65c212fd86286029c8af4e71b2215bb (diff)
downloadvdr-ad45f801d5af3aeb3f22c34e656b3562be96c432.tar.gz
vdr-ad45f801d5af3aeb3f22c34e656b3562be96c432.tar.bz2
Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a6659833..9efcf177 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8502,3 +8502,7 @@ Video Disk Recorder Revision History
on a suggestion by Thomas Reufer).
- Updated sources.conf to reflect the fact that Astra 4A and SES5 are actually in
two separate positions (thanks to Arthur Konovalov).
+- Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd(). The behavior of these two
+ functions is now exacly as described in the header file. Editing marks that are
+ placed at exactly the same offset in a recording are now preserved in the cutting
+ process.