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>2008-01-03 12:53:01 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-01-03 12:53:01 +0300
commita5431bfb090b3b3d31744265a86a1d8684c1e34d (patch)
tree9820939bca269ddcdc94f538fa1620422818307b /libcelt/modes.h
parent71c9bbff02edd1b8818b782ebf498bd67e183027 (diff)
Allowing reduced overlap MDCTs as an alternative
to multiple MDCTs per frame. Not complete yet.
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 63cd818..8dd743e 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -35,7 +35,7 @@
#include "celt.h"
struct CELTMode {
- int frameSize;
+ int overlap;
int mdctSize;
int nbMdctBlocks;
int nbChannels;