]> git.sesse.net Git - vlc/blobdiff - modules/mux/mp4.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / mux / mp4.c
index d5a8614500094dde07a50c708cab0db391e812e6..27e4e81355f3b61045d424d20536260cae994f85 100644 (file)
@@ -64,9 +64,7 @@ vlc_module_begin ()
               FASTSTART_TEXT, FASTSTART_LONGTEXT,
               true )
     set_capability( "sout mux", 5 )
-    add_shortcut( "mp4" )
-    add_shortcut( "mov" )
-    add_shortcut( "3gp" )
+    add_shortcut( "mp4", "mov", "3gp" )
     set_callbacks( Open, Close )
 vlc_module_end ()