1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

Add .ttml and .dfxp extensions for subtitles

Close #15726
This commit is contained in:
Jean-Baptiste Kempf 2015-10-25 22:11:51 +01:00
parent 695a6ba58b
commit 600dcf51ea

View File

@ -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