Fixed determining the frame duration on channels where the PTS deltas jitter by +/-1 around 1800

This commit is contained in:
Klaus Schmidinger
2010-01-23 15:39:15 +01:00
parent eb394c68f1
commit 96ce981713
2 changed files with 5 additions and 3 deletions

View File

@@ -6276,7 +6276,7 @@ Video Disk Recorder Revision History
- Fixed plugin arguments corruption with glibc 2.11 on x86_64 (thanks to
Anssi Hannula).
2010-01-17: Version 1.7.12
2010-01-23: Version 1.7.12
- Changed the EVCONTENTMASK_* macros to enums and changed "mask" to "group".
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
@@ -6294,3 +6294,5 @@ Video Disk Recorder Revision History
- The new setup option "Miscellaneous/Channels wrap" controls whether the current
channel wraps around the beginning or end of the channel list when zapping (thanks
to Matti Lehtim<69>ki).
- Fixed determining the frame duration on channels where the PTS deltas jitter by
+/-1 around 1800.