Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-10 08:54:17 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-10 08:54:17 +0300
commitffa13474efdc59f0ddc095c7c5e389b37ec9c946 (patch)
tree68ab512512fbbd77fd7035a5bad7f8160ea9ffa5 /libcelt/modes.h
parent14bccef8e72559af928c8689fdae215e15184667 (diff)
Adding stereo support. Doesn't work yet, but at least it doesn't break
mono
Diffstat (limited to 'libcelt/modes.h')
-rw-r--r--libcelt/modes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcelt/modes.h b/libcelt/modes.h
index ed9ed6c..62196b8 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -38,6 +38,7 @@ struct CELTMode {
int frameSize;
int mdctSize;
int nbMdctBlocks;
+ int nbChannels;
int nbEBands;
int nbPBands;