mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00: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:
parent
8e6511c1e1
commit
3fe303a27d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user