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

vda: drop priority to zero (refs #8927)

parent 9b28b4c6
......@@ -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 )
......
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