Commit b031bf93 authored by Antoine Cellerier's avatar Antoine Cellerier

--sub-filter should appear in vlc -H without needing --advanced

parent b7d8fb76
......@@ -1025,7 +1025,7 @@ vlc_module_begin();
add_deprecated( "spu-margin", VLC_FALSE ); /*Deprecated since 0.8.2 */
set_section( N_( "Overlays" ) , NULL );
add_module_list_cat( "sub-filter", SUBCAT_VIDEO_SUBPIC, NULL, NULL,
SUB_FILTER_TEXT, SUB_FILTER_LONGTEXT, VLC_TRUE );
SUB_FILTER_TEXT, SUB_FILTER_LONGTEXT, VLC_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