You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-devstatus/files/vdr-devstatus-0.4.1-channel...

21 lines
615 B

--- a/devstatus.c
+++ b/devstatus.c
@@ -122,7 +122,7 @@
#else
virtual void Recording(const cDevice *Device, const char *Name);
#endif
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
};
cList<cRecObj> CurrentRecordings;
@@ -660,7 +660,7 @@
}
}
-void cDevStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber) {
+void cDevStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView) {
if (!ChannelNumber) return;
update=1;
}