X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fdemux.cpp;h=4fba8fa85b8359b1c2ac0f2d7fd28e8bf072c2c2;hp=6d9254055fa911ee09fe253abf90dd674a06d240;hb=8c877cd5c0fa7f79f1191ce9c5cc112abfcd0a68;hpb=37bac1d63115720ca83f064e0e4f5426271fc364 diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index 6d92540..4fba8fa 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; }