summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2015-10-30 00:43:25 +0100
committerLars Hanisch <dvb@flensrocker.de>2015-10-30 00:43:25 +0100
commit80817116bafde29df370b519b3485c416c37564e (patch)
tree45c7d6d1efa6109591f6b943f810b9b6e19b6c4c /dynamicdevice.c
parentdb07e2d8b8b36fccd88d5170886d7cbe54239326 (diff)
downloadvdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.gz
vdr-plugin-dynamite-80817116bafde29df370b519b3485c416c37564e.tar.bz2
adjust for vdr 2.3.1HEADv0.3.0master
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r--dynamicdevice.c2
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)
{