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@usherbrooke.ca>2007-12-05 13:14:22 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-05 13:14:22 +0300
commit96870d93346d0a682dcc924bf6484473488e20b9 (patch)
treeca2c6da9733d0917f7b63fbb7c7ab6dacf620dca /libcelt/modes.h
parent3337e5d3e50f198553fe9f1aefc2b3a49cb08d72 (diff)
conversion to modes complete
Diffstat (limited to 'libcelt/modes.h')
-rw-r--r--libcelt/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/modes.h b/libcelt/modes.h
index 76de37f..1d5146d 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -45,7 +45,7 @@ struct CELTMode_ {
const int *eBands;
const int *pBands;
- const int *pulses;
+ const int *nbPulses;
};
#endif