]> git.sesse.net Git - vlc/blobdiff - modules/misc/svg.c
* backport of [11386]
[vlc] / modules / misc / svg.c
index 09f7811cbb4a321e67e0abffe4aa3307a23e0f72..16ba9d0023b2d64228874ad63ac7ae0af356aa73 100644 (file)
@@ -58,6 +58,8 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
 #define TEMPLATE_LONGTEXT N_( "Location of a file holding a SVG template for automatic string conversion" )
 
 vlc_module_begin();
+ set_category( CAT_INPUT);
+ set_category( SUBCAT_INPUT_SCODEC );
  set_capability( "text renderer", 101 );
  add_shortcut( "svg" );
  add_string( "svg-template-file", "", NULL, TEMPLATE_TEXT, TEMPLATE_LONGTEXT, VLC_TRUE );