set SILK in codec preference order

This commit is contained in:
Simon Morlat 2012-03-08 17:31:48 +01:00
parent 6c49da243c
commit 96c8389412

View 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",