1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

vf_idet: Remove emms

There is no MMX code anyway.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Derek Buitenhuis
2012-09-07 13:50:13 -04:00
committed by Michael Niedermayer
parent 8e6511c1e1
commit 3fe303a27d

View File

@@ -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;