mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
Merge branch 'master' of belledonne-communications.com:linphone-private
This commit is contained in:
commit
0c98e9b8f6
1 changed files with 0 additions and 8 deletions
|
|
@ -3953,14 +3953,6 @@ static PayloadType* find_payload_type_from_list(const char* type, int rate,const
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static void printCodecs(const MSList* from) {
|
||||
const MSList *elem;
|
||||
for(elem=from;elem!=NULL;elem=elem->next){
|
||||
PayloadType *pt=(PayloadType*)elem->data;
|
||||
ms_message(payload_type_get_mime(pt));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get payload type from mime type and clock rate
|
||||
* @ingroup media_parameters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue