summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-11-01 15:02:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-11-01 15:02:49 +0100
commit95c9d3cf514ccca031a07c057622ca566061ab26 (patch)
tree15a09bd7c4be80db4f02fc2c95250b2edc11db40 /HISTORY
parentcb0b4768ad8c868b26465db91ec6572c5feeab31 (diff)
downloadvdr-95c9d3cf514ccca031a07c057622ca566061ab26.tar.gz
vdr-95c9d3cf514ccca031a07c057622ca566061ab26.tar.bz2
Fixed cFrameDetector::Analyze() to handle video streams where the frame type is not detectable from the first TS packet of a frame
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 19a801bc..1662a6f3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6157,7 +6157,7 @@ Video Disk Recorder Revision History
Reinhard Nissl).
- Implemented full handling of subtitling descriptors (thanks to Mikko Tuumanen).
-2009-10-25: Version 1.7.10
+2009-11-01: Version 1.7.10
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed wrong bracketing in cChannel::SubtitlingType() etc.
@@ -6172,3 +6172,5 @@ Video Disk Recorder Revision History
compatible).
- Fixed saving terminal settings when running in background (thanks to Manuel
Reimer).
+- Fixed cFrameDetector::Analyze() to handle video streams where the frame type
+ is not detectable from the first TS packet of a frame.