diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-01 15:02:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-01 15:02:49 +0100 |
commit | 95c9d3cf514ccca031a07c057622ca566061ab26 (patch) | |
tree | 15a09bd7c4be80db4f02fc2c95250b2edc11db40 /HISTORY | |
parent | cb0b4768ad8c868b26465db91ec6572c5feeab31 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |