]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hpeldsp.h
Merge commit 'd3ea79e8a65ddad4da11813bb43c46701295f68c'
[ffmpeg] / libavcodec / hpeldsp.h
index 07c293ae78a16b242c2bf6db33a38b8e7b73f797..1a3cea54b885978a73f5a6386c4154a03053bc8c 100644 (file)
@@ -99,5 +99,6 @@ void ff_hpeldsp_init_alpha(HpelDSPContext *c, int flags);
 void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags);
 void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags);
 void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags);
+void ff_hpeldsp_init_mips(HpelDSPContext *c, int flags);
 
 #endif /* AVCODEC_HPELDSP_H */