[vlc-devel] [PATCH] Add missing "; " delimiter in subtitles extensions.
Mark Lee
mark.lee at capricasoftware.co.uk
Wed Sep 5 12:38:16 CEST 2012
---
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
--
1.7.9.5
More information about the vlc-devel
mailing list