From be079dc88df776742e174dd496237edbe2c4ece0 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Thu, 30 Jan 2014 15:56:07 +0100 Subject: [PATCH] Fix static payload types erasing custom ones. --- coreapi/linphonecore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index e47fe17ee..42851c475 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -1199,7 +1199,8 @@ static void linphone_core_handle_static_payloads(LinphoneCore *lc){ for(i=0;idefault_profile,i) == NULL){ linphone_core_assign_payload_type(lc,pt,i,NULL); } }