diff options
Diffstat (limited to 'coreengine/viewelement.h')
| -rw-r--r-- | coreengine/viewelement.h | 4 |
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 |
