Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hybrid_encoder.c')
-rw-r--r--src/hybrid_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hybrid_encoder.c b/src/hybrid_encoder.c
index bedebd4c..7644c7d4 100644
--- a/src/hybrid_encoder.c
+++ b/src/hybrid_encoder.c
@@ -87,7 +87,7 @@ int hybrid_encode(HybridEncoder *st, const short *pcm, int frame_size,
ec_byte_writeinit_buffer(&buf, data, bytes_per_packet);
ec_enc_init(&enc,&buf);
- /* FIXME: Call SILK encoder for the low band */
+ /* Call SILK encoder for the low band */
silk_ret = SKP_Silk_SDK_Encode( st->silk_enc, &st->encControl, pcm, 960, &enc, &nBytes );
if( silk_ret ) {
/* Handle error */