Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd()

This commit is contained in:
Klaus Schmidinger
2015-02-05 14:24:35 +01:00
parent f60d90aeb6
commit ad45f801d5
2 changed files with 7 additions and 3 deletions

View File

@@ -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.