mirror of
http://www.pogo.org.uk/~mark/trx.git
synced 2024-11-21 18:05:06 +01:00
Cast to preferred type of ortp function
This commit is contained in:
parent
80d750323f
commit
52f99e9531
2
rx.c
2
rx.c
@ -83,7 +83,7 @@ static int run_rx(RtpSession *session,
|
|||||||
char buf[32768];
|
char buf[32768];
|
||||||
void *packet;
|
void *packet;
|
||||||
|
|
||||||
r = rtp_session_recv_with_ts(session, buf,
|
r = rtp_session_recv_with_ts(session, (uint8_t*)buf,
|
||||||
sizeof(buf), ts, &have_more);
|
sizeof(buf), ts, &have_more);
|
||||||
assert(r >= 0);
|
assert(r >= 0);
|
||||||
assert(have_more == 0);
|
assert(have_more == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user