summaryrefslogtreecommitdiff
path: root/silk/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 8bb90122..61ede13c 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -234,7 +234,9 @@ typedef struct {
opus_int LBRR_GainIncreases; /* Gains increment for coding LBRR frames */
SideInfoIndices indices_LBRR[ MAX_FRAMES_PER_PACKET ];
opus_int8 pulses_LBRR[ MAX_FRAMES_PER_PACKET ][ MAX_FRAME_LENGTH ];
+#ifdef ENABLE_NEURAL_FEC
DREDEnc dred_encoder;
+#endif
} silk_encoder_state;