]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
avcodec/idcinvideo: Mark decoder as init-threadsafe
[ffmpeg] / libavcodec / mpc.h
index df462af6b7503a2bb06354f621f7a262be3554f8..704edc9a384a891d49790c6612090593d797ea81 100644 (file)
@@ -70,7 +70,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 */