]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / access / vcd / vcd.c
index 97e74547a2c2cdebd213b2f1a8557488be6c5958..d55ec016063af1483b09f13a4bbed2142735c70a 100644 (file)
@@ -59,8 +59,7 @@ vlc_module_begin ()
     add_usage_hint( N_("[vcd:][device][@[title][,[chapter]]]") )
     add_integer( "vcd-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT,
                  CACHING_LONGTEXT, true )
-    add_shortcut( "vcd" )
-    add_shortcut( "svcd" )
+    add_shortcut( "vcd", "svcd" )
 vlc_module_end ()
 
 /*****************************************************************************