There is no MMX ASM code for gblur.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavfilter/vf_gblur.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_gblur.c b/libavfilter/vf_gblur.c
index 6e8ef96235..6ce2c84736 100644
--- a/libavfilter/vf_gblur.c
+++ b/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;
}
--
2.34.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".