summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-02-29 16:01:08 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 14:23:44 +0000
commit0f7138c01006b35f2b1b477c30ae66ec243c21e1 (patch)
treecad019aebb27d64675c5937b68dcb33acfd64c77 /toxav
parentf6c3ce6d1f23daec5d2e5d6e3c20408aba4c7e9c (diff)
Upgrade bazel to 2.1.1.
Removed av_test, because it depends on an ancient opencv that starts to really not exist on modern systems anymore.
Diffstat (limited to 'toxav')
-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,