return -1; /* we did not modify the fd sets */
}
-static void compute_next_chunk(struct timeval *now, unsigned chunk_time,
+static void compute_next_chunk(unsigned chunk_time,
struct private_ortp_recv_data *pord)
{
struct timeval chunk_tv = {0, chunk_time};
pord->c_bad = 0;
pord->next_chunk = now;
}
- compute_next_chunk(&now, chunk_time, pord);
+ compute_next_chunk(chunk_time, pord);
return 1;
err_out:
freemsg(mp);