1
0
Fork 0

avfilter/vf_gblur: Remove unnecessary emms_c()

There is no MMX ASM code for gblur.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-08-31 20:37:56 +02:00
parent c59b082e20
commit d84ee80c04
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}