Skip to content
Snippets Groups Projects
Commit e7c2758e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

vda: drop priority to zero (refs #8927)

parent 9b28b4c6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ static const char *const nvda_pix_fmt_list_text[] =
vlc_module_begin ()
set_description( N_("Video Decode Acceleration Framework (VDA)") )
set_capability( "hw decoder", 50 )
set_capability( "hw decoder", 0 )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_callbacks( Open, Close )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment