change default value for no video

This commit is contained in:
Simon Morlat 2015-06-25 20:35:34 +02:00
parent b534eb5cea
commit ba7288a384

View file

@ -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){