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 'silk/decode_frame.c')
-rw-r--r--silk/decode_frame.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/silk/decode_frame.c b/silk/decode_frame.c
index 80283a38..d35aac08 100644
--- a/silk/decode_frame.c
+++ b/silk/decode_frame.c
@@ -140,6 +140,10 @@ opus_int silk_decode_frame(
/********************************************************/
osce_enhance_frame( psDec, psDecCtrl, pOut, ec_tell(psRangeDec) - ec_start, arch );
}
+ else
+ {
+ osce_reset( &psDec->osce, psDec->osce.method );
+ }
#endif
/************************************************/