vlc | branch: master | Lyndon Brown <[email protected]> | Thu Apr 18 20:59:03 
2019 +0100| [73e00de604c85b82b0fd9d5e974572300ea4fb4b] | committer: Rémi 
Denis-Courmont

svg: fix option categorisation

fixes problem of option not being shown in GUI

Signed-off-by: Rémi Denis-Courmont <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73e00de604c85b82b0fd9d5e974572300ea4fb4b
---

 modules/text_renderer/svg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/text_renderer/svg.c b/modules/text_renderer/svg.c
index 5f1a9c62e2..f97c5fa3bf 100644
--- a/modules/text_renderer/svg.c
+++ b/modules/text_renderer/svg.c
@@ -72,7 +72,7 @@ typedef struct
 
 vlc_module_begin ()
     set_category( CAT_INPUT )
-    set_category( SUBCAT_INPUT_SCODEC )
+    set_subcategory( SUBCAT_INPUT_SCODEC )
     set_capability( "text renderer", 99 )
     add_shortcut( "svg" )
     add_string( "svg-template-file", "", TEMPLATE_TEXT, TEMPLATE_LONGTEXT, 
true )

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to