diff options
author | phintuka <phintuka> | 2009-05-03 20:25:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-05-03 20:25:01 +0000 |
commit | 9c69ccccbe378bc9e37a0d2bce633dba1b038b68 (patch) | |
tree | 65d2e20f56351415117e90d9b2d074fbff0afb8e | |
parent | 82e4d6cb77de029439f198d87a75cb6bd67ce6b2 (diff) | |
download | xineliboutput-9c69ccccbe378bc9e37a0d2bce633dba1b038b68.tar.gz xineliboutput-9c69ccccbe378bc9e37a0d2bce633dba1b038b68.tar.bz2 |
vdr-1.7.7: GetVideoSize()
-rw-r--r-- | device.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.h,v 1.44 2009-05-03 20:22:38 phintuka Exp $ + * $Id: device.h,v 1.45 2009-05-03 20:25:01 phintuka Exp $ * */ @@ -112,6 +112,9 @@ class cXinelibDevice : public cDevice virtual void SetVideoDisplayFormat(eVideoDisplayFormat VideoDisplayFormat); virtual void SetVideoFormat(bool VideoFormat16_9); virtual eVideoSystem GetVideoSystem(void); +#if VDRVERSNUM >= 10707 + virtual void GetVideoSize(int &Width, int &Height, eVideoAspect &Aspect); +#endif // Track facilities |