]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_pvq.h
avformat: Remove FFserver leftovers
[ffmpeg] / libavcodec / opus_pvq.h
index e2f01a01b5c68eee2b1b2e4b0838ae7f17c3ed4f..b30407f5aba5ad9d4cc3f5bdb4f294a4430a7229 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_OPUS_PVQ_H
 #define AVCODEC_OPUS_PVQ_H
 
+#include "libavutil/mem_internal.h"
+
 #include "opus_celt.h"
 
 #define QUANT_FN(name) uint32_t (name)(struct CeltPVQ *pvq, CeltFrame *f,            \
@@ -40,7 +42,7 @@ struct CeltPVQ {
     QUANT_FN(*quant_band);
 };
 
-void ff_opus_dsp_init_x86(struct CeltPVQ *s);
+void ff_celt_pvq_init_x86(struct CeltPVQ *s);
 
 int  ff_celt_pvq_init(struct CeltPVQ **pvq, int encode);
 void ff_celt_pvq_uninit(struct CeltPVQ **pvq);