From 9c69ccccbe378bc9e37a0d2bce633dba1b038b68 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 3 May 2009 20:25:01 +0000 Subject: vdr-1.7.7: GetVideoSize() --- device.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/device.h b/device.h index 89edbb02..bfcde10a 100644 --- a/device.h +++ b/device.h @@ -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 -- cgit v1.2.3