summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
Diffstat (limited to 'toxav')
-rw-r--r--toxav/codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/codec.c b/toxav/codec.c
index 81bbede6..8940aa25 100644
--- a/toxav/codec.c
+++ b/toxav/codec.c
@@ -307,7 +307,7 @@ static int init_audio_encoder(CSSession *cs)
307 LOGGER_ERROR("Error while setting encoder ctl: %s", opus_strerror(rc)); 307 LOGGER_ERROR("Error while setting encoder ctl: %s", opus_strerror(rc));
308 return -1; 308 return -1;
309 } 309 }
310 310
311 /* Enable in-band forward error correction in codec */ 311 /* Enable in-band forward error correction in codec */
312 rc = opus_encoder_ctl(cs->audio_encoder, OPUS_SET_INBAND_FEC(1)); 312 rc = opus_encoder_ctl(cs->audio_encoder, OPUS_SET_INBAND_FEC(1));
313 313