mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 06:09:39 +00:00
Update ms2 submodule + disable AVPF for the moment.
This commit is contained in:
parent
191d6e2f06
commit
0c7af0d5f1
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue