From e71d084b1a4b59ca922936bbf4afb5680492451d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 27 Apr 2020 16:58:02 +0200 Subject: [PATCH] HACK: use EFR instead of FR --- rtpsource/rtpsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtpsource/rtpsource.c b/rtpsource/rtpsource.c index 3087262..c4d8d41 100644 --- a/rtpsource/rtpsource.c +++ b/rtpsource/rtpsource.c @@ -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;