aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorFelix Domke <felix.domke@multimedia-labs.de>2009-08-10 12:22:10 +0200
committerFelix Domke <felix.domke@multimedia-labs.de>2009-08-10 12:22:10 +0200
commit5a5f61e17be833c2b460bb8bc6acc3aa9c21010e (patch)
tree9485a1f16e01d80748fa9cd20460296f49f99938 /lib/dvb
parentd737336f55ea7bb0a714d73cabd351d6db8bdddd (diff)
downloadenigma2-5a5f61e17be833c2b460bb8bc6acc3aa9c21010e.tar.gz
enigma2-5a5f61e17be833c2b460bb8bc6acc3aa9c21010e.zip
change timing pid even when recording thread is already running
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/demux.cpp2
1 files changed, 0 insertions, 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;
}