reset the colorformat after av input switch to workaround a bug in the avs driver
[enigma2.git] / lib / dvb / esection.h
index df0b93e53bc2e90c64a62d7f398ab8865984e69c..611827660a6c6b6c60927d4f9841d5c7ad5b24d3 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __esection_h
 #define __esection_h
 
-#include <lib/dvb/isection.h>
+#include <lib/dvb/idemux.h>
 #include <set>
 
 class eGTable: public iObject, public Object
@@ -11,6 +11,8 @@ private:
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;
        
+       int m_tries;
+       
        eTimer *m_timeout;
 
        void sectionRead(const __u8 *data);
@@ -42,7 +44,6 @@ protected:
                        delete sections[nr];
                sections.resize(max);
                
-               
                sections[nr] = new Section(data);
                avail.insert(nr);