Fix obvious bug
This commit is contained in:
parent
19029ffd1e
commit
b9c08d5ebe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue