]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.c
Revert the so-called whitelisting commits that are actually blacklisting
[vlc] / modules / access / vcdx / vcd.c
index 6f9142dd21f9ea9db1a594dba47097607bfdaf30..af142b4ec6079f5aa3d37f7342c13e4c46c33510 100644 (file)
@@ -105,21 +105,18 @@ vlc_module_begin();
     add_integer ( MODULE_STRING "-debug", 0, NULL,
                   N_("If nonzero, this gives additional debug information."),
                   DEBUG_LONGTEXT, VLC_TRUE );
-        change_safe();
 
     add_integer ( MODULE_STRING "-blocks-per-read", 20,
           NULL,
                   N_("Number of CD blocks to get in a single read."),
                   N_("Number of CD blocks to get in a single read."),
           VLC_TRUE );
-        change_safe();
 
     add_bool( MODULE_STRING "-PBC", 0, NULL,
               N_("Use playback control?"),
               N_("If VCD is authored with playback control, use it. "
                  "Otherwise we play by tracks."),
               VLC_FALSE );
-        change_safe();
 
     add_bool( MODULE_STRING "-track-length", VLC_TRUE,
           NULL,
@@ -127,28 +124,24 @@ vlc_module_begin();
               N_("If set, the length of the seek bar is the track rather than "
          "the length of an entry."),
               VLC_FALSE );
-        change_safe();
 
     add_bool( MODULE_STRING "-extended-info", 0, NULL,
               N_("Show extended VCD info?"),
               N_("Show the maximum amount of information under Stream and "
                  "Media Info. Shows for example playback control navigation."),
               VLC_FALSE );
-        change_safe();
 
     add_string( MODULE_STRING "-author-format",
                 "%v - %F disc %c of %C",
                 NULL,
                 N_("Format to use in the playlist's \"author\" field."),
                 VCD_TITLE_FMT_LONGTEXT, VLC_TRUE );
-        change_safe();
 
     add_string( MODULE_STRING "-title-format",
                 "%I %N %L%S - %M %A %v - disc %c of %C %F",
                 NULL,
                 N_("Format to use in the playlist's \"title\" field."),
                 VCD_TITLE_FMT_LONGTEXT, VLC_FALSE );
-        change_safe();
 
 vlc_module_end();