]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264pred.c
avcodec/texturedspenc: Add () to protect macro / argument evaluation order
[ffmpeg] / libavcodec / h264pred.c
index 044fc90c4eb80c3cd5dc6405d3a60748704d7c7e..497b0805c0f59feb2297bd067119b7ad286963d2 100644 (file)
@@ -594,4 +594,5 @@ av_cold void ff_h264_pred_init(H264PredContext *h, int codec_id,
 
     if (ARCH_ARM) ff_h264_pred_init_arm(h, codec_id, bit_depth, chroma_format_idc);
     if (ARCH_X86) ff_h264_pred_init_x86(h, codec_id, bit_depth, chroma_format_idc);
+    if (ARCH_MIPS) ff_h264_pred_init_mips(h, codec_id, bit_depth, chroma_format_idc);
 }