From ba7288a38461d37f9b8ef2ce90f5761de86e634d Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 25 Jun 2015 20:35:34 +0200 Subject: [PATCH] change default value for no video --- coreapi/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/misc.c b/coreapi/misc.c index fe2c4c8ca..9f56d27b1 100644 --- a/coreapi/misc.c +++ b/coreapi/misc.c @@ -226,7 +226,7 @@ void linphone_core_update_allocated_audio_bandwidth(LinphoneCore *lc){ bool_t linphone_core_is_payload_type_usable_for_bandwidth(LinphoneCore *lc, const PayloadType *pt, int bandwidth_limit){ double codec_band; - const int video_enablement_limit = 128; + const int video_enablement_limit = 99; bool_t ret=FALSE; switch (pt->type){