[vlc-commits] Add .ttml and .dfxp extensions for subtitles

Jean-Baptiste Kempf git at videolan.org
Sun Oct 25 22:13:06 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct 25 22:11:51 2015 +0100| [600dcf51ea2c91e61386d41bbcae68e2a9acacc2] | committer: Jean-Baptiste Kempf

Add .ttml and .dfxp extensions for subtitles

Close #15726

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=600dcf51ea2c91e61386d41bbcae68e2a9acacc2
---

 include/vlc_interface.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 80d7043..b1c2521 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -239,7 +239,7 @@ typedef enum vlc_dialog {
                             "*.rt;*.smi;*.txt;" \
                             "*.smil;*.stl;*.usf;" \
                             "*.dks;*.pjs;*.mpl2;*.mks;" \
-                            "*.vtt"
+                            "*.vtt;*.ttml;*.dfxp;"
 
 /** \defgroup interaction Interaction
  * \ingroup interface



More information about the vlc-commits mailing list