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@octasic.com>2011-04-21 18:41:13 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-04-21 18:41:13 +0400
commit6965388866f7046c96cddbb1fc34c573d944d19c (patch)
treec5e203e81e433c1af1cd423417c30c5e780dfa16 /libcelt/celt.h
parentfdd867534a8f53ddb3f2845fc1dd48d13e734125 (diff)
Implements CELT_SET_LOSS_PERC
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 11eb425..2bbf506 100644
--- a/libcelt/celt.h
+++ b/libcelt/celt.h
@@ -112,6 +112,9 @@ extern "C" {
#define CELT_SET_CHANNELS_REQUEST 18
#define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, _celt_check_int(x)
+#define CELT_SET_LOSS_PERC_REQUEST 20
+#define CELT_SET_LOSS_PERC(x) CELT_SET_LOSS_PERC_REQUEST, _celt_check_int(x)
+
/* Internal */
#define CELT_SET_START_BAND_REQUEST 10000
#define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST, _celt_check_int(x)