summaryrefslogtreecommitdiff
path: root/silk/decode_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/decode_core.c')
-rw-r--r--silk/decode_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk/decode_core.c b/silk/decode_core.c
index b156e69a..d0499c62 100644
--- a/silk/decode_core.c
+++ b/silk/decode_core.c
@@ -54,11 +54,13 @@ void silk_decode_core(
static FILE *fgain = NULL;
static FILE *fltp = NULL;
static FILE *fperiod = NULL;
+ static FILE *foffset = NULL;
if (flpc == NULL) {flpc = fopen("features_lpc.f32", "wb");}
if (fgain == NULL) {fgain = fopen("features_gain.f32", "wb");}
if (fltp == NULL) {fltp = fopen("features_ltp.f32", "wb");}
if (fperiod == NULL) {fperiod = fopen("features_period.s16", "wb");}
+ if (foffset == NULL) {foffset = fopen("features_offset.f32", "wb");}
#endif
opus_int i, k, lag = 0, start_idx, sLTP_buf_idx, NLSF_interpolation_flag, signalType;