]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/idctdsp.h
Merge commit '43dd004747fa697396b47d034a80e069facbea09'
[ffmpeg] / libavcodec / idctdsp.h
index 538b71669cacc9aa9264b3da1e7b98ffdb578930..b180a6762a7ef13465fc5fa3d3f938bdfca5f9bb 100644 (file)
@@ -108,5 +108,7 @@ void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx,
                          unsigned high_bit_depth);
 void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
                          unsigned high_bit_depth);
+void ff_idctdsp_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
+                          unsigned high_bit_depth);
 
 #endif /* AVCODEC_IDCTDSP_H */