[vlc-commits] vdpau: uniformize plugin descriptions
Rémi Denis-Courmont
git at videolan.org
Sat Oct 12 17:35:13 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 12 18:34:52 2013 +0300| [d3826038e1be739a92fca2d07f4a0bb51096b641] | committer: Rémi Denis-Courmont
vdpau: uniformize plugin descriptions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3826038e1be739a92fca2d07f4a0bb51096b641
---
modules/hw/vdpau/avcodec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/vdpau/avcodec.c b/modules/hw/vdpau/avcodec.c
index 3c887ae..acc1c41 100644
--- a/modules/hw/vdpau/avcodec.c
+++ b/modules/hw/vdpau/avcodec.c
@@ -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)
More information about the vlc-commits
mailing list