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

vdpau: uniformize plugin descriptions

parent c3bd897e
......@@ -42,7 +42,7 @@ static int Open(vlc_va_t *, int, const es_format_t *);
static void Close(vlc_va_t *);
vlc_module_begin()
set_description(N_("Video Decode and Presentation API for Unix (VDPAU)"))
set_description(N_("VDPAU hardware-accelerated decoder"))
set_capability("hw decoder", 100)
set_category(CAT_INPUT)
set_subcategory(SUBCAT_INPUT_VCODEC)
......
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