HACK: use EFR instead of FR

This commit is contained in:
Oliver Smith 2020-04-27 16:58:02 +02:00
parent 9389188621
commit e71d084b1a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct rtp_connection *create_connection(struct rtpsource_state *rss, const char
{
const struct rtp_provider *rtp_prov;
struct rtp_connection *conn;
enum codec_type codec = CODEC_GSM_FR; // TODO: configurable
enum codec_type codec = CODEC_GSM_EFR; // TODO: configurable
const char *host;
int port;
int rc;