summaryrefslogtreecommitdiff
path: root/dynamicdevice.c
diff options
context:
space:
mode:
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)
{