git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge commit 'origin/translations' into experimental
[enigma2.git]
/
lib
/
dvb
/
demux.cpp
diff --git
a/lib/dvb/demux.cpp
b/lib/dvb/demux.cpp
index 6d9254055fa911ee09fe253abf90dd674a06d240..4fba8fa85b8359b1c2ac0f2d7fd28e8bf072c2c2 100644
(file)
--- 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)
{
RESULT eDVBTSRecorder::setTimingPID(int pid, int type)
{
- if (m_running)
- return -1;
m_thread->setTimingPID(pid, type);
return 0;
}
m_thread->setTimingPID(pid, type);
return 0;
}