]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcpred.c
vaapi_h264: fix RefPicList[] field flags.
[ffmpeg] / libavcodec / hevcpred.c
index 4598229b36c4de6cdc8f72671e1c6cd6e861f97a..02c17660594313bfafa1103883ea944983f5474b 100644 (file)
@@ -74,4 +74,7 @@ void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth)
         HEVC_PRED(8);
         break;
     }
+
+    if (ARCH_MIPS)
+        ff_hevc_pred_init_mips(hpc, bit_depth);
 }