]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264qpel.c
vcodec/jpeg2000: Increase cblk size limit to 128
[ffmpeg] / libavcodec / h264qpel.c
index 5f1bfa317648592f40be4d1f41d8ce15c6aecb59..50e82e23b080c504cbdd508e8c66a54bc46c23a5 100644 (file)
@@ -104,4 +104,6 @@ av_cold void ff_h264qpel_init(H264QpelContext *c, int bit_depth)
         ff_h264qpel_init_ppc(c, bit_depth);
     if (ARCH_X86)
         ff_h264qpel_init_x86(c, bit_depth);
+    if (ARCH_MIPS)
+        ff_h264qpel_init_mips(c, bit_depth);
 }