]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/videodsp.c
avcodec/proresdec2: Use LAST_SKIP_BITS where possible
[ffmpeg] / libavcodec / videodsp.c
index ba618a7bbc6dd6a75cc9b84da83ec382d67ad642..ce9e9eb1439d8c134f12caef79daad82d94c37f6 100644 (file)
@@ -52,4 +52,6 @@ av_cold void ff_videodsp_init(VideoDSPContext *ctx, int bpc)
         ff_videodsp_init_ppc(ctx, bpc);
     if (ARCH_X86)
         ff_videodsp_init_x86(ctx, bpc);
+    if (ARCH_MIPS)
+        ff_videodsp_init_mips(ctx, bpc);
 }