diff options
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/esection.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h index a5b4c90e..af5c012b 100644 --- a/lib/dvb/esection.h +++ b/lib/dvb/esection.h @@ -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) |
