Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't return actual values

This commit is contained in:
Klaus Schmidinger
2011-09-10 09:45:55 +02:00
parent 699fd6d5d7
commit 873b14ac0c
4 changed files with 14 additions and 7 deletions

View File

@@ -6742,3 +6742,8 @@ Video Disk Recorder Revision History
Detecting frames in case the Picture Start Code or Access Unit Delimiter
extends over TS packet boundaries is now done by locally skipping TS packets
in cFrameDetector.
2011-09-10: Version 1.7.22
- Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't
return actual values (thanks to Luca Olivetti).