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/src
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-06-22 20:55:04 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-22 20:55:04 +0300
commitbde43ed7cf5e75355ff4a895c946141f62572ac2 (patch)
tree6241a62dc4bf5631eef7caecd54dd3c04ba76a69 /src
parent41700b9ac641561237f28bbfae0c961a15724680 (diff)
misc fixes
Diffstat (limited to 'src')
-rw-r--r--src/opus_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus_decoder.c b/src/opus_decoder.c
index e0949f8c..88571157 100644
--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -51,7 +51,7 @@
#include "define.h"
#include "mathops.h"
#include "cpu_support.h"
-#include "dnn/dred_rdovae_dec_data.h"
+#include "dred_rdovae_dec_data.h"
struct OpusDecoder {
int celt_dec_offset;