]> sjero.net Git - linphone/commitdiff
set SILK in codec preference order
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 8 Mar 2012 16:31:48 +0000 (17:31 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 8 Mar 2012 16:31:48 +0000 (17:31 +0100)
coreapi/linphonecore.c

index f30042ba6954c2e4b74e8abc38b8bb72cb5e0725..20eec078321dd193622e4a5244dde16cc95c790f 100644 (file)
@@ -651,6 +651,7 @@ static bool_t get_codec(LpConfig *config, const char* type, int index, PayloadTy
 
 #define RANK_END 10000
 static const char *codec_pref_order[]={
+       "SILK",
        "speex",
        "iLBC",
        "amr",