]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcdsp.c
avformat/wavenc: Check umid length
[ffmpeg] / libavcodec / hevcdsp.c
index 04af178e1160b4ec3f31a372918c7b3860baf954..be01e927f1edf94be38d30373031dab1b7656590 100644 (file)
@@ -261,4 +261,6 @@ int i = 0;
         ff_hevc_dsp_init_x86(hevcdsp, bit_depth);
     if (ARCH_ARM)
         ff_hevcdsp_init_arm(hevcdsp, bit_depth);
+    if (ARCH_MIPS)
+        ff_hevc_dsp_init_mips(hevcdsp, bit_depth);
 }