summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-17 09:48:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-17 09:48:14 +0200
commitb250709407a79d3adf65480d5de8575c2b449ed0 (patch)
tree78d2e9bf7caf24510ae8eea3804fa2550c7a7e6c /HISTORY
parent941c4360e2263623801ad4790876a15249f887bb (diff)
downloadvdr-b250709407a79d3adf65480d5de8575c2b449ed0.tar.gz
vdr-b250709407a79d3adf65480d5de8575c2b449ed0.tar.bz2
Removed unused 'synced' member from cTsToPes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7c1e40a2..fb3e9999 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
-2009-05-15: Version 1.7.8
+2009-05-17: Version 1.7.8
- Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl).
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
@@ -6098,3 +6098,4 @@ Video Disk Recorder Revision History
- Added missing update of lastOsdSizeUpdate.
- EIT events are now only processed if a plausible system time is available, to
avoid wrong handling of PDC descriptors (thanks to Tobias Bratfisch).
+- Removed unused 'synced' member from cTsToPes (reported by Christoph Haubrich).