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
diff options
context:
space:
mode:
Diffstat (limited to 'silk/silk_control.h')
-rw-r--r--silk/silk_control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/silk/silk_control.h b/silk/silk_control.h
index 58f8a7ae..0ebf5a33 100644
--- a/silk/silk_control.h
+++ b/silk/silk_control.h
@@ -83,9 +83,6 @@ typedef struct {
/* I: Flag to use constant bitrate */
opus_int useCBR;
- /* I: Cutoff frequency of input HP filter (of zero: adaptive) */
- opus_int HP_cutoff_Hz;
-
/* O: Internal sampling rate used, in Hertz; 8000/12000/16000 */
opus_int32 internalSampleRate;