summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-09-10 09:45:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-09-10 09:45:55 +0200
commit873b14ac0c5e6ee53c61f3e08df2ce2ee7d9268f (patch)
tree50565dca8b760d9069de442117c3acccc35181c9 /HISTORY
parent699fd6d5d70030aef5e34494c719d37d4f0cc03f (diff)
downloadvdr-873b14ac0c5e6ee53c61f3e08df2ce2ee7d9268f.tar.gz
vdr-873b14ac0c5e6ee53c61f3e08df2ce2ee7d9268f.tar.bz2
Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't return actual values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 42473309..056a04ab 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).