X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fidctdsp.h;h=b180a6762a7ef13465fc5fa3d3f938bdfca5f9bb;hb=a137e50ee54cd902c436d15463c6e621623cc9ad;hp=538b71669cacc9aa9264b3da1e7b98ffdb578930;hpb=e1ec9c7fb6ba57f0ce5e6f51703b09b9d550406c;p=ffmpeg diff --git a/libavcodec/idctdsp.h b/libavcodec/idctdsp.h index 538b71669ca..b180a6762a7 100644 --- a/libavcodec/idctdsp.h +++ b/libavcodec/idctdsp.h @@ -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 */