[vlc-commits] Add missing "; " delimiter in subtitles extensions.
Mark Lee
git at videolan.org
Wed Sep 5 14:00:51 CEST 2012
vlc | branch: master | Mark Lee <mark.lee at capricasoftware.co.uk> | Wed Sep 5 11:38:16 2012 +0100| [eda125cd0ac43c1761d95ed23c26c7861a8d871e] | committer: Rafaël Carré
Add missing "; " delimiter in subtitles extensions.
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eda125cd0ac43c1761d95ed23c26c7861a8d871e
---
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 b70ccbd..9dea599 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -261,7 +261,7 @@ typedef enum vlc_dialog {
"*.ssa;*.aqt;" \
"*.jss;*.psb;" \
"*.rt;*.smi;*.txt;" \
- "*.smil;*.stl;*.usf" \
+ "*.smil;*.stl;*.usf;" \
"*.dks;*.pjs;*.mpl2"
/** \defgroup vlc_interaction Interaction
More information about the vlc-commits
mailing list