From 5e5e5c4fbc228625f40c2d503515879f69c05062 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 20 Dec 2021 18:42:58 +0100 Subject: extend detection of isHD and isUHD in case of stored EPG info (event) is missing any information regarding video (e.g. if EPG is missing on a channel) --- coreengine/viewelement.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreengine/viewelement.h') diff --git a/coreengine/viewelement.h b/coreengine/viewelement.h index ed37e1d..86b8afd 100644 --- a/coreengine/viewelement.h +++ b/coreengine/viewelement.h @@ -113,8 +113,8 @@ public: /****************************************************************** * helper function (did not find any other common place) ******************************************************************/ -bool RecordingIsHD(const cEvent* event); -bool RecordingIsUHD(const cEvent* event); +bool RecordingIsHD(const cEvent* event, const tChannelID channelID); +bool RecordingIsUHD(const cEvent* event, const tChannelID channelID); bool RecordingIsRadio(const cEvent* event, const double FramesPerSecond); #endif //__VIEWELEMENT_H -- cgit v1.2.3