diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2015-10-30 00:43:25 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2015-10-30 00:43:25 +0100 |
commit | 80817116bafde29df370b519b3485c416c37564e (patch) | |
tree | 45c7d6d1efa6109591f6b943f810b9b6e19b6c4c /dynamicdevice.h | |
parent | db07e2d8b8b36fccd88d5170886d7cbe54239326 (diff) | |
download | vdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.gz vdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.bz2 |
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index a7969bb..368acc7 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -131,7 +131,9 @@ public: virtual uchar *GrabImage(int &Size, bool Jpeg = true, int Quality = -1, int SizeX = -1, int SizeY = -1); virtual void SetVideoDisplayFormat(eVideoDisplayFormat VideoDisplayFormat); virtual void SetVideoFormat(bool VideoFormat16_9); +#if VDRVERSNUM < 20300 || defined(DEPRECATED_VIDEOSYSTEM) virtual eVideoSystem GetVideoSystem(void); +#endif virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect); virtual void GetOsdSize(int &Width, int &Height, double &PixelAspect); protected: |