[vlc-commits] intf: WebVTT extensions detection
Arun Pandian G
git at videolan.org
Mon Nov 4 15:03:39 CET 2013
vlc | branch: master | Arun Pandian G <arunpandianp at gmail.com> | Sun Nov 3 04:17:52 2013 +0530| [81a79c99f9a959939c32c7ed92147912a53ce129] | committer: Jean-Baptiste Kempf
intf: WebVTT extensions detection
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81a79c99f9a959939c32c7ed92147912a53ce129
---
include/vlc_interface.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 485c303..239b9ef 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -261,7 +261,8 @@ typedef enum vlc_dialog {
"*.jss;*.psb;" \
"*.rt;*.smi;*.txt;" \
"*.smil;*.stl;*.usf;" \
- "*.dks;*.pjs;*.mpl2;*.mks"
+ "*.dks;*.pjs;*.mpl2;*.mks;" \
+ "*.vtt"
/** \defgroup vlc_interaction Interaction
* \ingroup vlc_interface
More information about the vlc-commits
mailing list