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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-09 04:54:03 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-09 04:54:03 +0400
commit5174817d3627fe740d3903b341dafa7109d44be8 (patch)
tree6be96d8368384b9b36bee36bb8f8f77b1378cbad /celt
parent420231ab1956ba64191ae4b6c46462060048ed52 (diff)
Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works
Diffstat (limited to 'celt')
-rw-r--r--celt/celt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/celt/celt.h b/celt/celt.h
index 112f6f29..ad1c1d84 100644
--- a/celt/celt.h
+++ b/celt/celt.h
@@ -66,6 +66,10 @@ typedef struct {
/* Encoder/decoder Requests */
+/* Expose this option again when variable framesize actually works */
+#define OPUS_FRAMESIZE_VARIABLE 5010 /**< Optimize the frame size dynamically */
+
+
#define CELT_SET_PREDICTION_REQUEST 10002
/** Controls the use of interframe prediction.
0=Independent frames