summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-02 09:17:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-02 09:17:55 +0200
commitd8e8941c77e87433d02f9fe54afcae7d1d05f578 (patch)
tree6119b65719e3b78a066b14a7cd186fe0fc98ed37 /HISTORY
parentd32498f65f20e60c7b928e7c5e60674629469f13 (diff)
downloadvdr-d8e8941c77e87433d02f9fe54afcae7d1d05f578.tar.gz
vdr-d8e8941c77e87433d02f9fe54afcae7d1d05f578.tar.bz2
Fixed no longer generating any editing marks if the edited recording results in just one single sequence
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 8319ed98..68e03836 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7328,7 +7328,7 @@ Video Disk Recorder Revision History
+ no longer generating an editing mark at the "end" of the edited recording (this
was actually generated at the beginning of the last GOP, so that a subsequent
edit would have cut off the last GOP)
- + no longer generating any editing marks if the edited recording results on just
+ + no longer generating any editing marks if the edited recording results in just
one single sequence
+ ignoring pairs of editing marks that are placed at exactly the same position of
a recording when actually cutting the recording
@@ -7806,7 +7806,7 @@ Video Disk Recorder Revision History
- Fixed displaying the frame number when setting an editing mark (thanks to Thomas
Günther).
-2013-04-27: Version 2.1.1
+2013-05-02: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
@@ -7829,3 +7829,5 @@ Video Disk Recorder Revision History
characters" in version 1.7.36).
- Fixed displaying the frame number when setting an editing mark (thanks to Thomas
Günther).
+- Fixed no longer generating any editing marks if the edited recording results in just
+ one single sequence (reported by Halim Sahin).