summaryrefslogtreecommitdiff
path: root/libavcodec/opus_silk.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-03 23:52:32 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-05 02:15:43 +0200
commit91e192c3a09ebe0529512215e9b8c4acde74381d (patch)
tree5b7c829dab3b689cd5a66befbc81e80f8518de77 /libavcodec/opus_silk.c
parentc095358289559d91932bd2ea48f90848ecee1f80 (diff)
downloadffmpeg-91e192c3a09ebe0529512215e9b8c4acde74381d.tar.gz
avcodec/opus: Move Silk declarations to a new header, opus_silk.h
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/opus_silk.c')
-rw-r--r--libavcodec/opus_silk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/opus_silk.c b/libavcodec/opus_silk.c
index fd1e83659c..cf8b16acff 100644
--- a/libavcodec/opus_silk.c
+++ b/libavcodec/opus_silk.c
@@ -28,6 +28,8 @@
#include "mathops.h"
#include "opus.h"
+#include "opus_rc.h"
+#include "opus_silk.h"
#include "opustab.h"
#define ROUND_MULL(a,b,s) (((MUL64(a, b) >> ((s) - 1)) + 1) >> 1)