summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-02 14:33:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-02 14:33:06 +0100
commit441bf300321d5ae6c56a16bf59e88888981f4fa0 (patch)
tree8684f86dcc9f26a4a6d9cc7f9b660e2d7378553d /HISTORY
parenta23a13873f1c209312fcfde5254e3ef24ee165fd (diff)
downloadvdr-441bf300321d5ae6c56a16bf59e88888981f4fa0.tar.gz
vdr-441bf300321d5ae6c56a16bf59e88888981f4fa0.tar.bz2
Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overflow handling of PCR values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d2b82b09..68b41cf0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7356,3 +7356,5 @@ Video Disk Recorder Revision History
- Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames
(pointed out by Sören Moch).
- Fixed a typo in skins.h (thanks to Lars Hanisch).
+- Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overflow
+ handling of PCR values (thanks to Sören Moch).