[vlc-commits] Add a few more subtitles extensions
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 5 19:33:37 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 5 19:20:07 2011 +0200| [bee6a5cf303caa0ae25af77aaa4aa84860029661] | committer: Jean-Baptiste Kempf
Add a few more subtitles extensions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bee6a5cf303caa0ae25af77aaa4aa84860029661
---
include/vlc_interface.h | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 152ddc7..5d66caa 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -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
More information about the vlc-commits
mailing list