update blacklist to detect transponders with duplicate tsid/onid combinations
[vuplus_dvbapp] / lib / dvb / scan.h
index 2f3ac34..8f64abe 100644 (file)
@@ -92,6 +92,8 @@ class eDVBScan: public Object, public iObject
        int m_flags;
        bool m_usePAT;
        bool m_scan_debug;
+       ePyObject m_additional_tsid_onid_check_func;
+       bool m_show_add_tsid_onid_check_failed_msg;
 public:
        eDVBScan(iDVBChannel *channel, bool usePAT=true, bool debug=true );
        ~eDVBScan();