diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-01 14:56:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-01 14:56:28 +0200 |
commit | e639e3a76ad6c8d721ab3f827bd7b3847e351c05 (patch) | |
tree | 38ea5b358c89084d581071a189692b8b26c3283f /dvbdevice.h | |
parent | 78d2fd3d0e2a69c27581afe710f5598862a750be (diff) | |
download | vdr-e639e3a76ad6c8d721ab3f827bd7b3847e351c05.tar.gz vdr-e639e3a76ad6c8d721ab3f827bd7b3847e351c05.tar.bz2 |
Improved cDvbDevice::GetOsdSize()
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 58e4450c..7a255535 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 2.6 2009/06/01 11:20:32 kls Exp $ + * $Id: dvbdevice.h 2.7 2009/06/01 14:09:05 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -108,7 +108,7 @@ public: virtual void SetVideoDisplayFormat(eVideoDisplayFormat VideoDisplayFormat); virtual void SetVideoFormat(bool VideoFormat16_9); virtual eVideoSystem GetVideoSystem(void); - virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect); + virtual void GetVideoSize(int &Width, int &Height, double &Aspect); virtual void GetOsdSize(int &Width, int &Height, double &Aspect); // Track facilities |