mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00: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,
|
||||
steps, nu, boundaryscale, localbuf);
|
||||
emms_c();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user