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
path: root/silk
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-12-09 11:01:57 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:01:24 +0300
commit54ea26241c54988ab90359badd67d4a033e0f015 (patch)
treeae2d141e0f4ad06ded7d8c451e598c22a97f2230 /silk
parent885d7038d6eb16a938a5f731d8c8397980c8611e (diff)
DRED: First version that (kinda) works
Probably still has many bugs
Diffstat (limited to 'silk')
-rw-r--r--silk/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 32574164..48f47f55 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -265,6 +265,7 @@ typedef struct {
DREDDec dred_decoder;
float fec_features[2*DRED_NUM_REDUNDANCY_FRAMES*DRED_NUM_FEATURES];
int nb_fec_frames;
+ int pre_filled;
#endif
#endif
} silk_PLC_struct;