From cc4095de90237d527de2af48bca910b3df6ec4f9 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 28 May 2014 14:01:07 +0200 Subject: [PATCH] Do not unset the PAYLOAD_TYPE_RTCP_FEEDBACK_ENABLED flag anymore. --- coreapi/linphonecall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index 84168419c..63ea19a16 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -197,7 +197,6 @@ static MSList *make_codec_list(LinphoneCore *lc, const MSList *codecs, int bandw if (max_sample_rate) *max_sample_rate=0; for(it=codecs;it!=NULL;it=it->next){ PayloadType *pt=(PayloadType*)it->data; - payload_type_unset_flag(pt, PAYLOAD_TYPE_RTCP_FEEDBACK_ENABLED); /* Disable AVPF for the moment. */ if (pt->flags & PAYLOAD_TYPE_ENABLED){ if (bandwidth_limit>0 && !linphone_core_is_payload_type_usable_for_bandwidth(lc,pt,bandwidth_limit)){ ms_message("Codec %s/%i eliminated because of audio bandwidth constraint of %i kbit/s",