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/silk
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-08-10 01:28:02 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-08-10 01:28:02 +0300
commit1fbdec875597bbc65a7d39b4df68dfe81a83056b (patch)
tree7638d6e3d12188ca1170be3c7fa497a2fe8c3249 /silk
parentbbe4dcc44373ec2842225022ebbda72bb40e4425 (diff)
Changing DRED exp. ID so we can reserve 127
There was a suggestion to use 127 for extending the extension ID space
Diffstat (limited to 'silk')
-rw-r--r--silk/dred_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/dred_config.h b/silk/dred_config.h
index c7b9d51b..d8342f8e 100644
--- a/silk/dred_config.h
+++ b/silk/dred_config.h
@@ -29,7 +29,7 @@
#define DRED_CONFIG_H
/* Change this once DRED gets an extension number assigned. */
-#define DRED_EXTENSION_ID 127
+#define DRED_EXTENSION_ID 126
/* Remove these two completely once DRED gets an extension number assigned. */
#define DRED_EXPERIMENTAL_VERSION 1