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>
Derek Buitenhuis 12 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

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