]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opus_pvq.h
avdevice: Constify all devices
[ffmpeg] / libavcodec / opus_pvq.h
index 52f9a4e6d4167435d9a4aa62a23c1eedea1b969c..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,            \