X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Fdemux.cpp;h=4fba8fa85b8359b1c2ac0f2d7fd28e8bf072c2c2;hb=0ddf0b4ae3d285bc4198443e870de5e050397170;hp=6d9254055fa911ee09fe253abf90dd674a06d240;hpb=37bac1d63115720ca83f064e0e4f5426271fc364;p=vuplus_dvbapp 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; }