mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Fix compilation warning.
This commit is contained in:
parent
db528b1a74
commit
a584a075b2
1 changed files with 1 additions and 1 deletions
|
|
@ -6764,7 +6764,7 @@ int linphone_core_get_avpf_rr_interval(const LinphoneCore *lc){
|
|||
* @param interval interval in seconds.
|
||||
**/
|
||||
void linphone_core_set_avpf_rr_interval(LinphoneCore *lc, int interval){
|
||||
return lp_config_set_int(lc->config,"rtp","avpf_rr_interval",interval);
|
||||
lp_config_set_int(lc->config,"rtp","avpf_rr_interval",interval);
|
||||
}
|
||||
|
||||
int linphone_payload_type_get_type(const LinphonePayloadType *pt) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue