Browse Source

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>
tags/n1.0
Derek Buitenhuis Michael Niedermayer 13 years ago
parent
commit
3fe303a27d
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/vf_idet.c

+ 0
- 3
libavfilter/vf_idet.c 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;


Loading…
Cancel
Save