]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
avfilter/formats: Remove avfilter_make_format64_list()
[ffmpeg] / libavcodec / mpc.h
index df462af6b7503a2bb06354f621f7a262be3554f8..f8093796a3abd793452ae823f8e727770c2327c1 100644 (file)
@@ -30,6 +30,7 @@
 #define AVCODEC_MPC_H
 
 #include "libavutil/lfg.h"
+#include "libavutil/mem_internal.h"
 
 #include "avcodec.h"
 #include "bswapdsp.h"
@@ -70,7 +71,6 @@ typedef struct MPCContext {
     DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
 } MPCContext;
 
-void ff_mpc_init(void);
 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
 
 #endif /* AVCODEC_MPC_H */