]> git.sesse.net Git - vlc/commitdiff
Add a few more subtitles extensions
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 5 Jun 2011 17:20:07 +0000 (19:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 5 Jun 2011 17:20:07 +0000 (19:20 +0200)
include/vlc_interface.h

index 152ddc78b486c1ac427ae582cd037993f1e0b477..5d66caadb13a124501187e87a7138c9a33efa42c 100644 (file)
@@ -235,8 +235,13 @@ typedef enum vlc_dialog {
 #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
                           EXTENSIONS_PLAYLIST
 
-#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf;*.ass;*.ssa;*.aqt;" \
-                            "*.jss;*.psb;*.rt;*.smi;*.txt;*.smil;*.stl"
+#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;" \
+                            "*.sub;*.utf;*.ass;" \
+                            "*.ssa;*.aqt;" \
+                            "*.jss;*.psb;" \
+                            "*.rt;*.smi;*.txt;" \
+                            "*.smil;*.stl;*.usf" \
+                            "*.dks;*.pjs;*.mpl2"
 
 /** \defgroup vlc_interaction Interaction
  * \ingroup vlc_interface