mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix bad comment
This commit is contained in:
parent
7e52aa54a9
commit
f48e34c4ee
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ static PayloadType * g729A_match(const MSList *l, const PayloadType *refpt){
|
|||
for (elem=l;elem!=NULL;elem=elem->next){
|
||||
pt=(PayloadType*)elem->data;
|
||||
|
||||
/*workaround a bug in earlier versions of linphone where opus/48000/1 is offered, which is uncompliant with opus rtp draft*/
|
||||
if (strcasecmp(pt->mime_type,"G729")==0 && refpt->channels==pt->channels){
|
||||
candidate=pt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue