Commit 50ce5251 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.

parent 01b8538d
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment