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_decoder.h')
-rw-r--r--src/opus_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opus_decoder.h b/src/opus_decoder.h
index f4f012a3..3a39c872 100644
--- a/src/opus_decoder.h
+++ b/src/opus_decoder.h
@@ -39,6 +39,7 @@ struct OpusDecoder {
CELTDecoder *celt_dec;
void *silk_dec;
int channels;
+ int stream_channels;
int mode;
int bandwidth;