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:
Diffstat (limited to 'libcelt/celt.h')
-rw-r--r--libcelt/celt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcelt/celt.h b/libcelt/celt.h
index eaa2622..008e525 100644
--- a/libcelt/celt.h
+++ b/libcelt/celt.h
@@ -113,6 +113,9 @@ extern "C" {
#define CELT_SET_CHANNELS_REQUEST 10002
#define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, _celt_check_int(x)
+#define CELT_SET_SIGNALLING_REQUEST 10003
+#define CELT_SET_SIGNALLING(x) CELT_SET_SIGNALLING_REQUEST, _celt_check_int(x)
+
/** GET the lookahead used in the current mode */
#define CELT_GET_LOOKAHEAD 1001
/** GET the sample rate used in the current mode */