@@ -272,6 +273,8 @@ static int Demux( demux_t *p_demux )
...
@@ -272,6 +273,8 @@ static int Demux( demux_t *p_demux )
/* Wait for data */
/* Wait for data */
if(poll(&fd,1,10))/* Timeout after 0.01 seconds. Bigger delays are an issue when used with/as an input-slave since all the inputs run in the same thread. */
if(poll(&fd,1,10))/* Timeout after 0.01 seconds. Bigger delays are an issue when used with/as an input-slave since all the inputs run in the same thread. */