summaryrefslogtreecommitdiff
path: root/silk/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/control.h')
-rw-r--r--silk/control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/silk/control.h b/silk/control.h
index 747e5426..dfbead9f 100644
--- a/silk/control.h
+++ b/silk/control.h
@@ -110,6 +110,11 @@ typedef struct {
/* O: Tells the Opus encoder we're ready to switch */
opus_int switchReady;
+ /* O: SILK Signal type */
+ opus_int signalType;
+
+ /* O: SILK offset (dithering) */
+ opus_int offset;
} silk_EncControlStruct;
/**************************************************************************/