Update ms2 submodule + disable AVPF for the moment.

This commit is contained in:
Ghislain MARY 2014-05-14 12:00:29 +02:00
parent 191d6e2f06
commit 0c7af0d5f1
2 changed files with 2 additions and 1 deletions

View file

@ -197,6 +197,7 @@ 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",

@ -1 +1 @@
Subproject commit d51333b63b6f61c96bb861ad07e8165321c50f59
Subproject commit dacf949689d0583fcacd28de316d0c8f05107452