]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264dsp.c
avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checks
[ffmpeg] / libavcodec / h264dsp.c
index ddcd6e6190de73ad1216e8700a3e8848d25cd92e..bfb6f1ef6c2e1c8c6add18da641a6cccf3e97b0d 100644 (file)
@@ -157,4 +157,5 @@ av_cold void ff_h264dsp_init(H264DSPContext *c, const int bit_depth,
     if (ARCH_ARM) ff_h264dsp_init_arm(c, bit_depth, chroma_format_idc);
     if (ARCH_PPC) ff_h264dsp_init_ppc(c, bit_depth, chroma_format_idc);
     if (ARCH_X86) ff_h264dsp_init_x86(c, bit_depth, chroma_format_idc);
+    if (ARCH_MIPS) ff_h264dsp_init_mips(c, bit_depth, chroma_format_idc);
 }