diff --git a/tuner.c b/tuner.c index f08f7d0..5712cb7 100644 --- a/tuner.c +++ b/tuner.c @@ -255,7 +255,6 @@ void cSatipTuner::ProcessVideoData(u_char *bufferP, int lengthP) AddTunerStatistic(lengthP); deviceM->WriteData(bufferP, lengthP); } - cMutexLock MutexLock(&mutexM); reConnectM.Set(eConnectTimeoutMs); } @@ -306,6 +305,7 @@ void cSatipTuner::ProcessApplicationData(u_char *bufferP, int lengthP) } free(s); } + reConnectM.Set(eConnectTimeoutMs); } void cSatipTuner::SetStreamId(int streamIdP)