From 5174817d3627fe740d3903b341dafa7109d44be8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 8 Nov 2013 19:54:03 -0500 Subject: Hides OPUS_FRAMESIZE_VARIABLE from the API until it actually works --- celt/celt.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'celt') 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 -- cgit v1.2.3