Fix obvious bug

This commit is contained in:
Andreas Öman 2009-12-18 15:52:45 +00:00
parent 19029ffd1e
commit b9c08d5ebe

View file

@ -172,7 +172,7 @@ iptv_thread(void *aux)
continue;
for(j = 0; j < r; j += 188)
iptv_ts_input(t, tsb + j);
iptv_ts_input(t, buf + j);
}
pthread_mutex_unlock(&iptv_recvmutex);
}