Fixed a leftover line in case a two line subtitles was followed by a one line subtitle on the dvbhddevice in "high level" OSD mode

This commit is contained in:
Klaus Schmidinger 2013-01-24 13:01:31 +01:00
parent cfb62845ec
commit 01c26a5c6c
1 changed files with 2 additions and 0 deletions

View File

@ -7543,3 +7543,5 @@ Video Disk Recorder Revision History
hours change from two to one digit. hours change from two to one digit.
- Fixed upscaling bitmaps. The last row and column of the scaled bitmap was not filled, - Fixed upscaling bitmaps. The last row and column of the scaled bitmap was not filled,
which resulted in empty lines between scaled subtitles. which resulted in empty lines between scaled subtitles.
- Fixed a leftover line in case a two line subtitle was followed by a one line
subtitle on the dvbhddevice in "high level" OSD mode.