summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/opus/src/silk/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/opus/src/silk/control.h')
-rw-r--r--chromium/third_party/opus/src/silk/control.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/opus/src/silk/control.h b/chromium/third_party/opus/src/silk/control.h
index 896cbe8c124..747e5426a0c 100644
--- a/chromium/third_party/opus/src/silk/control.h
+++ b/chromium/third_party/opus/src/silk/control.h
@@ -92,6 +92,9 @@ typedef struct {
/* I: Opus encoder is allowing us to switch bandwidth */
opus_int opusCanSwitch;
+ /* I: Make frames as independent as possible (but still use LPC) */
+ opus_int reducedDependency;
+
/* O: Internal sampling rate used, in Hertz; 8000/12000/16000 */
opus_int32 internalSampleRate;