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);
|
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){
|
if (alpha[0] / (float)alpha[1] > idet->interlace_threshold){
|
||||||
type = TFF;
|
type = TFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user