diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-06 11:20:52 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-06 11:20:52 +0200 |
commit | 1f798b0f8e4735fb1c444379f2cfa968e85ccd3a (patch) | |
tree | 2fbc890a75452d7155b1bd65194a266214ec124e /dvbdevice.h | |
parent | 03245bdaf688dcafa25c021b68424dd6f4198e65 (diff) | |
download | vdr-1f798b0f8e4735fb1c444379f2cfa968e85ccd3a.tar.gz vdr-1f798b0f8e4735fb1c444379f2cfa968e85ccd3a.tar.bz2 |
Using different names for the Aspect parameter
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 7a255535..e3e28d02 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.7 2009/06/01 14:09:05 kls Exp $ + * $Id: dvbdevice.h 2.8 2009/06/06 11:16:47 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -108,8 +108,8 @@ public: virtual void SetVideoDisplayFormat(eVideoDisplayFormat VideoDisplayFormat); virtual void SetVideoFormat(bool VideoFormat16_9); virtual eVideoSystem GetVideoSystem(void); - virtual void GetVideoSize(int &Width, int &Height, double &Aspect); - virtual void GetOsdSize(int &Width, int &Height, double &Aspect); + virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect); + virtual void GetOsdSize(int &Width, int &Height, double &PixelAspect); // Track facilities |