Fixed expiring of one-time VPS timers in case there is more than one event with the same VPS time

This commit is contained in:
Klaus Schmidinger
2024-10-11 13:58:11 +02:00
parent 2bcd8ba8f3
commit 5a626fef9f
3 changed files with 37 additions and 4 deletions

View File

@@ -10021,10 +10021,12 @@ Video Disk Recorder Revision History
- Fixed a problem with duplicate events if they are moved to a lower table ID and at the
same time get a new event ID (reported by Markus Ehrnsperger).
2024-10-09:
2024-10-11:
- Removed defining DEPRECATED_* macros with value 0, because this is the preprocessor's
default (suggested by Winfried K<>hler).
- Fixed error checking in case of large PTS discontinuities (reported by Matthias Senzel).
- Fixed handling negative values in cSource::Position() on systems where 'int' is 64 bit
(reported by Markus Ehrnsperger, fix suggested by Winfried K<>hler).
- Fixed expiring of one-time VPS timers in case there is more than one event with the
same VPS time (suggested by Markus Ehrnsperger).