summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-03 08:55:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-03 08:55:37 +0100
commit36dfa5cb8f667c3f92d870977afcb6a1cfb91efe (patch)
tree92eda0b27195d8c836bd6f4f4521cc217d8b45e1 /HISTORY
parent2d850b14e29006b57bb5d1591cfb64d21beec0cd (diff)
downloadvdr-36dfa5cb8f667c3f92d870977afcb6a1cfb91efe.tar.gz
vdr-36dfa5cb8f667c3f92d870977afcb6a1cfb91efe.tar.bz2
Added a remark indicating that the coordinates of Rect in a call to cDevice::CanScaleVideo() are in the range of the width and height returned by GetOsdSize()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 87e674ab..07543817 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7494,7 +7494,10 @@ Video Disk Recorder Revision History
use it.
- Added maximum SNR value for PCTV Systems PCTV 73ESE (thanks to Cedric Dewijs).
-2012-12-30: Version 1.7.36
+2013-01-03: Version 1.7.36
- Added maximum SNR value for PCTV Systems nanoStick T2 290e (thanks to Antti
Hartikainen).
+- Added a remark indicating that the coordinates of Rect in a call to
+ cDevice::CanScaleVideo() are in the range of the width and height returned by
+ GetOsdSize() (suggested by Reinhard Nissl).