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

Use capability rather than category for --sub-filter and --sub-source

That way, only sources show up in the list of sources and filters in
the list of filters.
parent 1904dbf5
......@@ -1678,10 +1678,10 @@ vlc_module_begin ()
add_integer( "sub-margin", 0, SUB_MARGIN_TEXT,
SUB_MARGIN_LONGTEXT, true )
set_section( N_( "Overlays" ) , NULL )
add_module_list_cat( "sub-source", SUBCAT_VIDEO_SUBPIC, NULL,
SUB_SOURCE_TEXT, SUB_SOURCE_LONGTEXT, false )
add_module_list_cat( "sub-filter", SUBCAT_VIDEO_SUBPIC, NULL,
SUB_FILTER_TEXT, SUB_FILTER_LONGTEXT, false )
add_module_list( "sub-source", "sub source", NULL,
SUB_SOURCE_TEXT, SUB_SOURCE_LONGTEXT, false )
add_module_list( "sub-filter", "sub filter", NULL,
SUB_FILTER_TEXT, SUB_FILTER_LONGTEXT, false )
/* Input options */
set_category( CAT_INPUT )
......
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