diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-26 10:45:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-26 10:45:05 +0100 |
commit | 16bd3bd5b915fe32b27f224b5f942a7ce784fc1e (patch) | |
tree | 5500ee50011d828bc3cad926f93677f7ece50fde /device.h | |
parent | 53942c3d9abe851a18859f621c2e88e97bb3ab56 (diff) | |
download | vdr-16bd3bd5b915fe32b27f224b5f942a7ce784fc1e.tar.gz vdr-16bd3bd5b915fe32b27f224b5f942a7ce784fc1e.tar.bz2 |
Fixed horizontal scaling of subtitles (cont'd)
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 2.23 2010/10/24 12:11:16 kls Exp $ + * $Id: device.h 2.24 2011/03/21 17:58:41 kls Exp $ */ #ifndef __DEVICE_H @@ -405,10 +405,9 @@ public: ///< (default is PAL). virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect); ///< Returns the With, Height and VideoAspect ratio of the currently - ///< displayed video material. The data returned by this function is - ///< only used for informational purposes (if any). Width and - ///< Height are given in pixel (e.g. 720x576) and VideoAspect is - ///< e.g. 1.33333 for a 4:3 broadcast, or 1.77778 for 16:9. + ///< displayed video material. Width and Height are given in pixel + ///< (e.g. 720x576) and VideoAspect is e.g. 1.33333 for a 4:3 broadcast, + ///< or 1.77778 for 16:9. ///< The default implementation returns 0 for Width and Height ///< and 1.0 for VideoAspect. virtual void GetOsdSize(int &Width, int &Height, double &PixelAspect); |