[vlc-commits] Add missing subtitles extensions
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 5 00:38:34 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 5 00:37:45 2017 +0100| [9108c985c600f8fa40f6095e7fd97dc7dcf9ace0] | committer: Jean-Baptiste Kempf
Add missing subtitles extensions
Ref #19228 #19229 #19230 #19231
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9108c985c600f8fa40f6095e7fd97dc7dcf9ace0
---
include/vlc_interface.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index fd73b9894b..e271314c31 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -238,10 +238,11 @@ typedef enum vlc_intf_dialog {
"*.sub;*.utf;*.ass;" \
"*.ssa;*.aqt;" \
"*.jss;*.psb;" \
- "*.rt;*.smi;*.txt;" \
+ "*.rt;*.sami;*.smi;*.txt;" \
"*.smil;*.stl;*.usf;" \
"*.dks;*.pjs;*.mpl2;*.mks;" \
- "*.vtt;*.ttml;*.dfxp;"
+ "*.vtt;*.tt;*.ttml;*.dfxp;" \
+ "*.scc"
/** \defgroup interaction Interaction
* \ingroup interface
More information about the vlc-commits
mailing list