From 5a5f61e17be833c2b460bb8bc6acc3aa9c21010e Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 10 Aug 2009 12:22:10 +0200 Subject: [PATCH 1/1] change timing pid even when recording thread is already running --- lib/dvb/demux.cpp | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.30.2