]> git.sesse.net Git - vlc/blobdiff - modules/demux/vobsub.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / demux / vobsub.c
index 49cb27cd1482b31c26fd8cef2d741bdb6cd70a8f..f8283db8d7854bc2c67f6f6aba3566274bf7b6cd 100644 (file)
@@ -36,7 +36,6 @@
 #include <limits.h>
 
 #include <vlc_demux.h>
-#include <vlc_charset.h>
 
 #include "ps.h"
 #include "vobsub.h"
@@ -57,8 +56,7 @@ vlc_module_begin ()
 
     set_callbacks( Open, Close )
 
-    add_shortcut( "vobsub" )
-    add_shortcut( "subtitle" )
+    add_shortcut( "vobsub", "subtitle" )
 vlc_module_end ()
 
 /*****************************************************************************