Browse Source

Add missing subtitles extensions

Ref #19228 #19229 #19230 #19231
pull/62/head
Jean-Baptiste Kempf 9 years ago
parent
commit
9108c985c6
  1. 5
      include/vlc_interface.h

5
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

Loading…
Cancel
Save