From 80817116bafde29df370b519b3485c416c37564e Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Fri, 30 Oct 2015 00:43:25 +0100 Subject: adjust for vdr 2.3.1 --- dynamicdevice.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamicdevice.c') 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) { -- cgit v1.2.3