]> git.sesse.net Git - vlc/blobdiff - plugins/idct/idctmmx.c
The motion compensation routines are now modules as well ; choose your
[vlc] / plugins / idct / idctmmx.c
index 39416be8bdb245257468034ef76858def7450d3d..5606819d89f8a2388a0e5b741d57d3fb5e6b474f 100644 (file)
@@ -2,7 +2,7 @@
  * idctmmx.c : MMX IDCT module
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: idctmmx.c,v 1.6 2001/01/17 18:17:30 massiot Exp $
+ * $Id: idctmmx.c,v 1.7 2001/01/18 05:13:22 sam Exp $
  *
  * Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
  *          Michel Lespinasse <walken@zoy.org>
@@ -153,7 +153,7 @@ static int idct_Probe( probedata_t *p_data )
         }
         else
         {
-            return( 100 );
+            return( 150 );
         }
     }
     else