neutrino: stop EIT read before zap

This commit is contained in:
[CST] Focus
2014-09-02 12:59:21 +04:00
parent cac3a87137
commit 3513f9830a
8 changed files with 41 additions and 6 deletions

View File

@@ -53,7 +53,6 @@ class DMX
{
protected:
int fd;
cDemux * dmx;
int dmx_num;
unsigned short pID;
@@ -69,7 +68,7 @@ protected:
bool seen_section;
inline bool isOpen(void) {
return (fd != -1);
return (dmx != NULL);
}
int immediate_start(void); /* mutex must be locked before and unlocked after this method */