summaryrefslogtreecommitdiff
path: root/other/apidsl
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 /other/apidsl
parent7d5de68364f83662a19e45e6e3ab021414178df5 (diff)
Fixed memory leak during session cleanup and fixed naming.
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 22a01602..f437eeb3 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -490,12 +490,12 @@ namespace video {
490 * 490 *
491 * @param friend_number The friend number of the friend for which to set the 491 * @param friend_number The friend number of the friend for which to set the
492 * video bit rate. 492 * video bit rate.
493 * @param audio_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable 493 * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable
494 * video sending. 494 * video sending.
495 * @param force True if the bit rate change is forceful. 495 * @param force True if the bit rate change is forceful.
496 * 496 *
497 */ 497 */
498 bool set(uint32_t friend_number, uint32_t audio_bit_rate, bool force) with error for set_bit_rate; 498 bool set(uint32_t friend_number, uint32_t video_bit_rate, bool force) with error for set_bit_rate;
499 } 499 }
500} 500}
501/******************************************************************************* 501/*******************************************************************************