Commit 748f6b2f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vaapi: drop priority to zero

The plugin does not correctly check decoder profiles, so it should
really not be enabled automatically. It can still be enabled manually
from the UI or CLI as before.
parent e7c2758e
......@@ -51,7 +51,7 @@ static void Delete( vlc_va_t * );
vlc_module_begin ()
set_description( N_("Video Acceleration (VA) API") )
set_capability( "hw decoder", 50 )
set_capability( "hw decoder", 0 )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_callbacks( Create, Delete )
......
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