avfilter/vf_gblur: Remove unnecessary emms_c()

There is no MMX ASM code for gblur.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/390/head
Andreas Rheinhardt 1 year ago
parent c59b082e20
commit d84ee80c04
  1. 1
      libavfilter/vf_gblur.c

@ -73,7 +73,6 @@ static int filter_horizontally(AVFilterContext *ctx, void *arg, int jobnr, int n
s->horiz_slice(buffer + width * slice_start, width, slice_end - slice_start,
steps, nu, boundaryscale, localbuf);
emms_c();
return 0;
}

Loading…
Cancel
Save