From 657a57b406717a3ff08233eef14f20818c137f47 Mon Sep 17 00:00:00 2001 From: mannol Date: Fri, 7 Aug 2015 02:04:04 +0200 Subject: Fixed memory leak during session cleanup and fixed naming. --- other/apidsl/toxav.in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/apidsl') 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 { * * @param friend_number The friend number of the friend for which to set the * video bit rate. - * @param audio_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable + * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable * video sending. * @param force True if the bit rate change is forceful. * */ - bool set(uint32_t friend_number, uint32_t audio_bit_rate, bool force) with error for set_bit_rate; + bool set(uint32_t friend_number, uint32_t video_bit_rate, bool force) with error for set_bit_rate; } } /******************************************************************************* -- cgit v1.2.3