]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.c
avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name
[ffmpeg] / libavcodec / h264chroma.c
index 5b3e13bdacf7744c7bd065902a84c308cdc25ca8..c2f1f30f5a922bfdf2fa41e7bd7f97da6499653f 100644 (file)
@@ -54,4 +54,6 @@ av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth)
         ff_h264chroma_init_ppc(c, bit_depth);
     if (ARCH_X86)
         ff_h264chroma_init_x86(c, bit_depth);
+    if (ARCH_MIPS)
+        ff_h264chroma_init_mips(c, bit_depth);
 }