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:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 20:41:49 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 20:41:49 +0300
commitb386458fa3eb1d0e9b664e0c8c8269fbfc903a7f (patch)
tree50586bb57fef15f78b5b5850915192d7acba9e38 /src/opus_decoder.h
parenteeca56821167303c2a050a548ca43029c4a402df (diff)
Got stereo support to work in CELT-only 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;