X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libswresample%2Frematrix.c;h=f26ede79f23b696fc19ff2d8859df1c060b30eec;hb=cb9d40451cb2f9d863355f76aa62ef8e5fcf4960;hp=6552a2fea2d1f6ac929ce2d8b1691bba93a65a6c;hpb=0bdcc27d9598254e79a80f1e016227778b428dbb;p=ffmpeg diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c index 6552a2fea2d..f26ede79f23 100644 --- a/libswresample/rematrix.c +++ b/libswresample/rematrix.c @@ -415,7 +415,8 @@ av_cold int swri_rematrix_init(SwrContext *s){ s->matrix_ch[i][0]= ch_in; } - if(HAVE_YASM && HAVE_MMX) swri_rematrix_init_x86(s); + if(HAVE_YASM && HAVE_MMX) + return swri_rematrix_init_x86(s); return 0; }