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 void timestamp_jump(RtpSession *session, ...)
|
||||
static void timestamp_jump(RtpSession *session, void *a, void *b, void *c)
|
||||
{
|
||||
if (verbose > 1)
|
||||
fputc('|', stderr);
|
||||
|
Loading…
Reference in New Issue
Block a user