]> git.sesse.net Git - vlc/commitdiff
--sub-filter should appear in vlc -H without needing --advanced
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 30 Jul 2005 22:14:16 +0000 (22:14 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 30 Jul 2005 22:14:16 +0000 (22:14 +0000)
src/libvlc.h

index 6016f79c98e94f2fc21c2c27026afe66d1aa2eb7..61680a134a8346df8913b4c3378675462c811922 100644 (file)
@@ -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 );