diff options
Diffstat (limited to 'toxav/rtp.c')
-rw-r--r-- | toxav/rtp.c | 2 |
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 | */ |
739 | int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, | 739 | int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, |