From: Felix Domke Date: Mon, 10 Aug 2009 10:22:10 +0000 (+0200) Subject: change timing pid even when recording thread is already running X-Git-Tag: 2.6.0~148 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5a5f61e17be833c2b460bb8bc6acc3aa9c21010e?hp=d737336f55ea7bb0a714d73cabd351d6db8bdddd;ds=sidebyside change timing pid even when recording thread is already running --- diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index 6d925405..4fba8fa8 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -602,8 +602,6 @@ RESULT eDVBTSRecorder::removePID(int pid) RESULT eDVBTSRecorder::setTimingPID(int pid, int type) { - if (m_running) - return -1; m_thread->setTimingPID(pid, type); return 0; }