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
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-06-23 01:12:29 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-23 01:12:29 +0300
commit5af9e9524abda564a3ee6e9df04dfa75b9b68bab (patch)
treed6537db2a57dc6fe49bb3cffe950f887541779f8
parentb64a89feca7dccb7075892d26e3f4f580dd0330c (diff)
no longer need that hack
-rw-r--r--dnn/lpcnet_enc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dnn/lpcnet_enc.c b/dnn/lpcnet_enc.c
index 0e77ced2..7d1208fa 100644
--- a/dnn/lpcnet_enc.c
+++ b/dnn/lpcnet_enc.c
@@ -28,9 +28,6 @@
#include "config.h"
#endif
-/* FIXME: Use the optimized celt_pitch_xcorr() */
-#define celt_pitch_xcorr celt_pitch_xcorr_c
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>