mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
c59b082e20
commit
d84ee80c04
@ -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,
|
s->horiz_slice(buffer + width * slice_start, width, slice_end - slice_start,
|
||||||
steps, nu, boundaryscale, localbuf);
|
steps, nu, boundaryscale, localbuf);
|
||||||
emms_c();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user