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 'src/opus_encoder.h')
-rw-r--r--src/opus_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus_encoder.h b/src/opus_encoder.h
index 336b9a77..b9c39ce8 100644
--- a/src/opus_encoder.h
+++ b/src/opus_encoder.h
@@ -55,7 +55,7 @@ struct OpusEncoder {
int bitrate_bps;
int encoder_buffer;
int delay_compensation;
-
+ int bandwidth_change;
short delay_buffer[MAX_ENCODER_BUFFER*2];
#ifdef OPUS_TEST_RANGE_CODER_STATE