[vlc-commits] d3d9: fix duplicated filter names (refs #19549)
Rémi Denis-Courmont
git at videolan.org
Sat Jan 27 11:22:13 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 27 12:21:03 2018 +0200| [228e6233d0d533d84c452ca719e13c06ecfa2a24] | committer: Rémi Denis-Courmont
d3d9: fix duplicated filter names (refs #19549)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=228e6233d0d533d84c452ca719e13c06ecfa2a24
---
modules/hw/d3d9/d3d9_filters.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/hw/d3d9/d3d9_filters.c b/modules/hw/d3d9/d3d9_filters.c
index 42a869a479..82a921d2fa 100644
--- a/modules/hw/d3d9/d3d9_filters.c
+++ b/modules/hw/d3d9/d3d9_filters.c
@@ -453,6 +453,7 @@ vlc_module_begin()
change_safe()
add_submodule()
+ set_description(N_("Direct3D9 deinterlace filter"))
set_callbacks(D3D9OpenDeinterlace, D3D9CloseDeinterlace)
add_shortcut ("deinterlace")
More information about the vlc-commits
mailing list