summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index a310d58a..d7fc5560 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -213,7 +213,7 @@ int rtp_stop_receiving(RTPSession *session);
213 * audio frame, this parameter is ignored. 213 * audio frame, this parameter is ignored.
214 */ 214 */
215int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, 215int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length,
216 bool is_keyframe, Logger *log); 216 bool is_keyframe, const Logger *log);
217 217
218#ifdef __cplusplus 218#ifdef __cplusplus
219} // extern "C" 219} // extern "C"