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 /CONTRIBUTORS | |
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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 09475d2d..8dd50bcd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1776,6 +1776,8 @@ Lucian Muresan <lucianm@users.sourceforge.net> for reporting duplicate texts in i18n.c for suggesting to use 'gettext' for internationalization for exporting some libsi functions + for suggesting to add functions to cDevice that allow derived output devices to + implement scaling the video to a given size and location Mattias Grönlund <Mattias@Gronlund.net> for pointing out a missing cleanup at program exit in case there is a problem |