Fixed cFrameDetector::Analyze() to handle video streams where the frame type is not detectable from the first TS packet of a frame

This commit is contained in:
Klaus Schmidinger
2009-11-01 15:02:49 +01:00
parent cb0b4768ad
commit 95c9d3cf51
2 changed files with 15 additions and 9 deletions

View File

@@ -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.