[FFmpeg-devel] [PATCH 1/3 v2] vf_idet: Remove emms
Derek Buitenhuis
derek.buitenhuis at gmail.com
Fri Sep 7 19:50:13 CEST 2012
There is no MMX code anyway.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
libavfilter/vf_idet.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index 938f4a0..8942ced 100644
--- a/libavfilter/vf_idet.c
+++ b/libavfilter/vf_idet.c
@@ -118,9 +118,6 @@ static void filter(AVFilterContext *ctx)
delta += idet->filter_line(cur-refs, cur, cur+refs, w);
}
}
-#if HAVE_MMX
- __asm__ volatile("emms \n\t" : : : "memory");
-#endif
if (alpha[0] / (float)alpha[1] > idet->interlace_threshold){
type = TFF;
--
1.7.9.5
More information about the ffmpeg-devel
mailing list