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.c | |
parent | db07e2d8b8b36fccd88d5170886d7cbe54239326 (diff) | |
download | vdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.gz vdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.bz2 |
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r-- | dynamicdevice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c index 8106e36..8239bac 100644 --- a/dynamicdevice.c +++ b/dynamicdevice.c @@ -817,12 +817,14 @@ void cDynamicDevice::SetVideoFormat(bool VideoFormat16_9) cDevice::SetVideoFormat(VideoFormat16_9); } +#if VDRVERSNUM < 20300 || defined(DEPRECATED_VIDEOSYSTEM) eVideoSystem cDynamicDevice::GetVideoSystem(void) { if (subDevice) return subDevice->GetVideoSystem(); return cDevice::GetVideoSystem(); } +#endif void cDynamicDevice::GetVideoSize(int &Width, int &Height, double &VideoAspect) { |