summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index b36debb1..859fe9af 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -431,7 +431,7 @@ typedef enum TOXAV_CALL_CONTROL {
431 /** 431 /**
432 * Request that the friend stops sending video. Regardless of the friend's 432 * Request that the friend stops sending video. Regardless of the friend's
433 * compliance, this will cause the video_receive_frame event to stop being 433 * compliance, this will cause the video_receive_frame event to stop being
434 * triggered on receiving an video frame from the friend. 434 * triggered on receiving a video frame from the friend.
435 */ 435 */
436 TOXAV_CALL_CONTROL_HIDE_VIDEO, 436 TOXAV_CALL_CONTROL_HIDE_VIDEO,
437 /** 437 /**