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

This commit is contained in:
Klaus Schmidinger
2012-12-04 11:52:58 +01:00
parent 1e14401e74
commit bcce056292
3 changed files with 33 additions and 1 deletions

View File

@@ -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).