]> git.sesse.net Git - vlc/commitdiff
Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 24 Apr 2008 21:48:21 +0000 (23:48 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 24 Apr 2008 21:49:15 +0000 (23:49 +0200)
modules/codec/xvmc/xxmc.c

index 9c22b0d7b71371e1e6160c47fa37854f8f5481ad..78531bf3601bdd3884bcda414157c2e81e96ced4 100644 (file)
@@ -101,7 +101,7 @@ static picture_t *GetNewPicture( decoder_t *, uint8_t ** );
  *****************************************************************************/
 vlc_module_begin();
     set_description( _("MPEG I/II hw video decoder (using libmpeg2)") );
-    set_capability( "decoder", 160 );
+    set_capability( "decoder", 140 );
     set_callbacks( OpenDecoder, CloseDecoder );
     add_shortcut( "xxmc" );
 vlc_module_end();