mirror of
http://www.pogo.org.uk/~mark/trx.git
synced 2024-11-21 18:05:06 +01:00
Change to 0.26.0 liboRTP API
This commit is contained in:
parent
14927fbaa9
commit
f35eb4efe2
2
rx.c
2
rx.c
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
static unsigned int verbose = DEFAULT_VERBOSE;
|
static unsigned int verbose = DEFAULT_VERBOSE;
|
||||||
|
|
||||||
static void timestamp_jump(RtpSession *session, ...)
|
static void timestamp_jump(RtpSession *session, void *a, void *b, void *c)
|
||||||
{
|
{
|
||||||
if (verbose > 1)
|
if (verbose > 1)
|
||||||
fputc('|', stderr);
|
fputc('|', stderr);
|
||||||
|
2
tx.c
2
tx.c
@ -240,7 +240,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
ortp_init();
|
ortp_init();
|
||||||
ortp_scheduler_init();
|
ortp_scheduler_init();
|
||||||
ortp_set_log_level_mask(ORTP_WARNING|ORTP_ERROR);
|
ortp_set_log_level_mask(NULL, ORTP_WARNING|ORTP_ERROR);
|
||||||
session = create_rtp_send(addr, port);
|
session = create_rtp_send(addr, port);
|
||||||
assert(session != NULL);
|
assert(session != NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user