From 0f7138c01006b35f2b1b477c30ae66ec243c21e1 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 29 Feb 2020 16:01:08 +0000 Subject: 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. --- toxav/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav') 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) } /** - * @param input is raw vpx data. + * @param data is raw vpx data. * @param length is the length of the raw data. */ int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, -- cgit v1.2.3