| Index: silk/control.h
 | 
| diff --git a/silk/control.h b/silk/control.h
 | 
| index 896cbe8c1241d7e8f5ac19ea24ca8aafeb1aa508..747e5426a0c3fc7cb9b5bdb7834ddd98a23e9791 100644
 | 
| --- a/silk/control.h
 | 
| +++ b/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;
 | 
|  
 | 
| 
 |