summaryrefslogtreecommitdiff
path: root/coreengine/viewelement.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-12-22 12:22:31 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-12-22 12:22:31 +0100
commitd11d09ca6e0d0e5f7b316c8779b455ec6e70325e (patch)
treeb81848cc897aca2634744c7d61689186305db5e3 /coreengine/viewelement.h
parent5b61c364841dc4234254f478b56f64ff02a18fe2 (diff)
parent9690f6d8a0e14a30bf9cb8951645ad2f78849814 (diff)
downloadvdr-plugin-skindesigner-d11d09ca6e0d0e5f7b316c8779b455ec6e70325e.tar.gz
vdr-plugin-skindesigner-d11d09ca6e0d0e5f7b316c8779b455ec6e70325e.tar.bz2
Merge branch 'pbiering/skindesigner-extend-detection-recording-isHD-isUHD'
Diffstat (limited to 'coreengine/viewelement.h')
-rw-r--r--coreengine/viewelement.h4
1 files changed, 2 insertions, 2 deletions
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