Commit bee6a5cf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add a few more subtitles extensions

parent 9fc20c0a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment