X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fscan.cpp;h=04c78c611b44332188323c13f1e868a54093629b;hp=379ab8e9a01b56924486e70cc370d4c9b1f2c57a;hb=e21cff679bb73bce310e877d5219ec29291dbe10;hpb=fe12fe9e0ab3a4f9751b67c0aa3751d5864784ba diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index 379ab8e..04c78c6 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -137,7 +137,7 @@ RESULT eDVBScan::nextChannel() RESULT eDVBScan::startFilter() { bool startSDT=true; - assert(m_demux); + ASSERT(m_demux); /* only start required filters filter */ @@ -163,7 +163,7 @@ RESULT eDVBScan::startFilter() { std::vector::const_iterator i = m_PAT->getSections().begin(); - assert(i != m_PAT->getSections().end()); + ASSERT(i != m_PAT->getSections().end()); tsid = (*i)->getTableIdExtension(); // in PAT this is the transport stream id m_pat_tsid = eTransportStreamID(tsid); for (; i != m_PAT->getSections().end(); ++i)