Commit 3fe303a2 authored by Derek Buitenhuis's avatar Derek Buitenhuis Committed by Michael Niedermayer

vf_idet: Remove emms

There is no MMX code anyway.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8e6511c1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment