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 'dnn/osce.c')
-rw-r--r--dnn/osce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/osce.c b/dnn/osce.c
index 503b5671..093f4f2b 100644
--- a/dnn/osce.c
+++ b/dnn/osce.c
@@ -833,7 +833,7 @@ void osce_enhance_frame(
/* enhancement only implemented for 20 ms frame at 16kHz */
if (psDec->fs_kHz != 16 || psDec->nb_subfr != 4)
{
- /* Question: reset state? */
+ osce_reset(&psDec->osce, psDec->osce.method);
return;
}