diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-04 11:52:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-04 11:52:58 +0100 |
commit | bcce056292726b393a594bf8e60da28392b545a9 (patch) | |
tree | e513016f9cfb723bcce5344d75779f896448ecde /HISTORY | |
parent | 1e14401e74a92026b81c633d9c86dc2038602b0c (diff) | |
download | vdr-bcce056292726b393a594bf8e60da28392b545a9.tar.gz vdr-bcce056292726b393a594bf8e60da28392b545a9.tar.bz2 |
The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be used by derived output devices to implement scaling the video to a given size and location
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7375,3 +7375,6 @@ Video Disk Recorder Revision History - Now always setting the TDT EIT filter, because otherwise when turning on using the transponder time in the Setup menu, it would only be used after the next restart of VDR (thanks to Sundararaj Reel). +- The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be used by + derived output devices to implement scaling the video to a given size and location + (based on a suggestion by Lucian Muresan). |