Commit d84ee80c authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/vf_gblur: Remove unnecessary emms_c()

There is no MMX ASM code for gblur.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent c59b082e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment