From 5178e0ea9af99a09a309b5b43aa1c06bcfeeaa2b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 15 Jul 2013 15:50:23 +0200 Subject: Added support for ffmpeg 2.0 Prevent wrong setup options to become active --- plugin/status.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/status.cpp') diff --git a/plugin/status.cpp b/plugin/status.cpp index 4fdf1be..a691477 100644 --- a/plugin/status.cpp +++ b/plugin/status.cpp @@ -56,6 +56,7 @@ bool cStatusMarkAd::Replaying() void cStatusMarkAd::Replaying(const cControl *UNUSED(Control), const char *UNUSED(Name), const char *UNUSED(FileName), bool On) { + if (setup->ProcessDuring!=0) return; if (setup->whileReplaying) return; if (On) { @@ -130,6 +131,7 @@ void cStatusMarkAd::TimerChange(const cTimer *Timer, eTimerChange Change) { if (!Timer) return; if (Change!=tcDel) return; + if (setup->ProcessDuring==2) return; if (time(NULL)>=Timer->StopTime()) return; // don't react on normal VDR timer deletion after recording Remove(Timer->File(),true); } -- cgit v1.2.3