mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-10 23:28:34 +02:00
neutrino: stop EIT read before zap
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user