aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------celt10
-rw-r--r--src/opus_decoder.c2
2 files changed, 6 insertions, 6 deletions
diff --git a/celt b/celt
-Subproject 00a98f5debf8ccd3ec64732f0c2592bb5cf42a2
+Subproject 713d7a4ce99abd7db50ee3b0af0ba8316a353ca
diff --git a/src/opus_decoder.c b/src/opus_decoder.c
index 72f76a34..dfed34a6 100644
--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -69,7 +69,7 @@ OpusDecoder *opus_decoder_create(int Fs, int channels)
}
/* Initialize CELT decoder */
- st->celt_dec = celt_decoder_init(st->celt_dec, 48000, channels, NULL);
+ st->celt_dec = celt_decoder_init(st->celt_dec, Fs, channels, NULL);
return st;