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-01-18 05:56:08 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-18 05:56:08 +0300
commit3cfcd0594afa1edc7137586d2951fd74f3938763 (patch)
treed6bb109f1d5abc52af38800538090344bb196460 /libcelt/modes.h
parenta76a0b23eb7001411c898fecee39744d605d9d09 (diff)
Big mode cleanup. Keeping only one mono and one stereo mode
Diffstat (limited to 'libcelt/modes.h')
-rw-r--r--libcelt/modes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcelt/modes.h b/libcelt/modes.h
index 71e7ff0..7720791 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -52,7 +52,6 @@ struct CELTMode {
const float *eMeans;
const int *eDecay;
- int defaultRate;
int nbAllocVectors;
const int *allocVectors;
};