From 8f130b6f256badd93e96c6a7d074d461c6fe106d Mon Sep 17 00:00:00 2001 From: Eniz Vukovic Date: Sun, 11 Oct 2015 00:01:44 +0200 Subject: Remove old comment --- toxav/toxav.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'toxav/toxav.h') diff --git a/toxav/toxav.h b/toxav/toxav.h index befae5dc..d558991f 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -87,7 +87,7 @@ typedef struct Tox Tox; */ #ifndef TOXAV_DEFINED #define TOXAV_DEFINED -typedef struct ToxAV_s ToxAV; +typedef struct ToxAV ToxAV; #endif /* TOXAV_DEFINED */ @@ -510,12 +510,7 @@ typedef enum TOXAV_ERR_BIT_RATE_SET { } TOXAV_ERR_BIT_RATE_SET; /** - * Set the audio bit rate to be used in subsequent audio frames. If the passed - * bit rate is the same as the current bit rate this function will return true - * without calling a callback. If there is an active non forceful setup with the - * passed audio bit rate and the new set request is forceful, the bit rate is - * forcefully set and the previous non forceful request is cancelled. The active - * non forceful setup will be canceled in favour of new non forceful setup. + * Set the audio bit rate to be used in subsequent audio/video frames. * * @param friend_number The friend number of the friend for which to set the * audio bit rate. -- cgit v1.2.3