summaryrefslogtreecommitdiff
path: root/silk/structs.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-12-07 01:43:29 -0500
committerJean-Marc Valin <jmvalin@amazon.com>2022-12-07 01:43:29 -0500
commitee8d0733e12f32700ea544b03c7c20f5aaaf4b9d (patch)
tree6ccf8ef78f71845ab6c7de3804607b7cc118ba73 /silk/structs.h
parent97fa4393589d00fbc541d7b7fb36c82032ab9e09 (diff)
downloadopus-ee8d0733e12f32700ea544b03c7c20f5aaaf4b9d.tar.gz
DRED: Decode variable number of frames
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/structs.h b/silk/structs.h
index c1b95379..32574164 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -264,6 +264,7 @@ typedef struct {
#ifdef ENABLE_NEURAL_FEC
DREDDec dred_decoder;
float fec_features[2*DRED_NUM_REDUNDANCY_FRAMES*DRED_NUM_FEATURES];
+ int nb_fec_frames;
#endif
#endif
} silk_PLC_struct;