From f48e34c4ee6306a3c482dc7326410efecf568ca1 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 23 Jan 2015 12:47:14 +0100 Subject: [PATCH] fix bad comment --- coreapi/offeranswer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coreapi/offeranswer.c b/coreapi/offeranswer.c index e24e4a215..f71734798 100644 --- a/coreapi/offeranswer.c +++ b/coreapi/offeranswer.c @@ -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; }