summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.c')
-rw-r--r--toxav/rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 44114fff..3752d72f 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -24,7 +24,7 @@
24#endif /* HAVE_CONFIG_H */ 24#endif /* HAVE_CONFIG_H */
25 25
26#include "rtp.h" 26#include "rtp.h"
27#include "bwcontroler.h" 27#include "bwcontroller.h"
28#include "../toxcore/logger.h" 28#include "../toxcore/logger.h"
29#include "../toxcore/util.h" 29#include "../toxcore/util.h"
30#include "../toxcore/Messenger.h" 30#include "../toxcore/Messenger.h"
@@ -37,7 +37,7 @@ int handle_rtp_packet (Messenger *m, uint32_t friendnumber, const uint8_t *data,
37 37
38 38
39RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friendnumber, 39RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friendnumber,
40 BWControler *bwc, void *cs, 40 BWController *bwc, void *cs,
41 int (*mcb) (void *, struct RTPMessage *)) 41 int (*mcb) (void *, struct RTPMessage *))
42{ 42{
43 assert(mcb); 43 assert(mcb);