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>2008-02-19 04:21:32 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-19 04:21:32 +0300
commit25358cd407bf159aab845390f8855217e7fbb610 (patch)
tree5200576feeeb66870c9d0c77c2cb5971c6566ef5 /libcelt/modes.h
parent224d2dab9c60d1e26ac80b7317151bad3c1b502d (diff)
Merged the rate allocation atruct directly into the mode struct.
Diffstat (limited to 'libcelt/modes.h')
-rw-r--r--libcelt/modes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcelt/modes.h b/libcelt/modes.h
index 6eb1cd1..1a20496 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -52,6 +52,9 @@ struct CELTMode {
int nbAllocVectors;
const int *allocVectors;
+
+ const int * const *bits;
+
};
#endif