summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-08-07 02:04:04 +0200
committermannol <eniz_vukovic@hotmail.com>2015-08-07 02:04:04 +0200
commit657a57b406717a3ff08233eef14f20818c137f47 (patch)
treeac0bcda6a036825796d29ef4b5538045233bd082 /toxav/toxav.h
parent7d5de68364f83662a19e45e6e3ab021414178df5 (diff)
Fixed memory leak during session cleanup and fixed naming.
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 3c745b36..58d5503f 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -510,12 +510,12 @@ void toxav_callback_video_bit_rate_status(ToxAV *toxAV, toxav_video_bit_rate_sta
510 * 510 *
511 * @param friend_number The friend number of the friend for which to set the 511 * @param friend_number The friend number of the friend for which to set the
512 * video bit rate. 512 * video bit rate.
513 * @param audio_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable 513 * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable
514 * video sending. 514 * video sending.
515 * @param force True if the bit rate change is forceful. 515 * @param force True if the bit rate change is forceful.
516 * 516 *
517 */ 517 */
518bool toxav_video_bit_rate_set(ToxAV *toxAV, uint32_t friend_number, uint32_t audio_bit_rate, bool force, TOXAV_ERR_SET_BIT_RATE *error); 518bool toxav_video_bit_rate_set(ToxAV *toxAV, uint32_t friend_number, uint32_t video_bit_rate, bool force, TOXAV_ERR_SET_BIT_RATE *error);
519/******************************************************************************* 519/*******************************************************************************
520 * 520 *
521 * :: A/V sending 521 * :: A/V sending