]> git.sesse.net Git - vlc/blobdiff - plugins/yuv/video_yuv.c
The motion compensation routines are now modules as well ; choose your
[vlc] / plugins / yuv / video_yuv.c
index 64e2f3718ee94a46ef6d5132f6a3887bff2537c1..37e7d12072f0b30b5d96075da675ccb0a738c118 100644 (file)
@@ -82,7 +82,7 @@ static int yuv_Probe( probedata_t *p_data )
     }
 
     /* This module always works */
-    return( 100 );
+    return( 50 );
 }
 
 /*****************************************************************************