X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264qpel.c;h=50e82e23b080c504cbdd508e8c66a54bc46c23a5;hb=d5802555715549932637889acdf43f52b9334413;hp=5f1bfa317648592f40be4d1f41d8ce15c6aecb59;hpb=d52c5e9d75e92dfb2a304d523567e201f2393047;p=ffmpeg diff --git a/libavcodec/h264qpel.c b/libavcodec/h264qpel.c index 5f1bfa31764..50e82e23b08 100644 --- a/libavcodec/h264qpel.c +++ b/libavcodec/h264qpel.c @@ -104,4 +104,6 @@ av_cold void ff_h264qpel_init(H264QpelContext *c, int bit_depth) ff_h264qpel_init_ppc(c, bit_depth); if (ARCH_X86) ff_h264qpel_init_x86(c, bit_depth); + if (ARCH_MIPS) + ff_h264qpel_init_mips(c, bit_depth); }