diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index f30042ba6..20eec0783 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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",