shithub: opus

Download patch

ref: 1fbdec875597bbc65a7d39b4df68dfe81a83056b
parent: bbe4dcc44373ec2842225022ebbda72bb40e4425
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Wed Aug 9 14:28:02 EDT 2023

Changing DRED exp. ID so we can reserve 127

There was a suggestion to use 127 for extending the extension ID space

--- 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
--