add support for videotext (VBI)
[vuplus_dvbapp] / lib / dvb / esection.h
index a5b4c90..af5c012 100644 (file)
@@ -98,7 +98,12 @@ public:
 
        ~eAUTable()
        {
-               current=next=0;
+               stop();
+       }
+       
+       void stop()
+       {
+               current = next = 0;
        }
        
        int begin(eMainloop *m, const eDVBTableSpec &spec, ePtr<iDVBDemux> demux)