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_structs.h')
-rw-r--r--dnn/osce_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnn/osce_structs.h b/dnn/osce_structs.h
index 67fbf811..3b102e29 100644
--- a/dnn/osce_structs.h
+++ b/dnn/osce_structs.h
@@ -20,6 +20,7 @@ typedef struct {
int last_lag;
int last_type;
float signal_history[OSCE_FEATURES_MAX_HISTORY];
+ int reset;
} OSCEFeatureState;