Commit 35b0ece9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Lower xvmc priority because it is untested.

parent eee19224
......@@ -148,7 +148,7 @@ vlc_module_begin();
add_string( "xvmc-crop-style", "eq", NULL, CROP_TEXT, CROP_LONGTEXT, VLC_FALSE );
set_description( _("XVMC extension video output") );
set_capability( "video output", 160 );
set_capability( "video output", 10 );
set_callbacks( E_(Activate), E_(Deactivate) );
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