HACK: use EFR instead of FR

osmith/rtpsource
Oliver Smith 3 years ago
parent 9389188621
commit e71d084b1a

@ -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;

Loading…
Cancel
Save