summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.c')
-rw-r--r--toxav/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 36ee9688..4482f4a1 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -733,7 +733,7 @@ int rtp_stop_receiving(RTPSession *session)
733} 733}
734 734
735/** 735/**
736 * @param input is raw vpx data. 736 * @param data is raw vpx data.
737 * @param length is the length of the raw data. 737 * @param length is the length of the raw data.
738 */ 738 */
739int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, 739int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length,