Add .skm to file extensions

This commit is contained in:
Jean-Baptiste Kempf 2023-08-05 19:57:10 +02:00 committed by Steve Lhomme
parent bd11aa60a2
commit 3cfe98d8ee
2 changed files with 3 additions and 2 deletions

View File

@ -237,6 +237,7 @@ FunctionEnd
!insertmacro ${_action} Video ".rm"
!insertmacro ${_action} Video ".rmvb"
!insertmacro ${_action} Video ".rpl"
!insertmacro ${_action} Video ".skm"
!insertmacro ${_action} Video ".thp"
!insertmacro ${_action} Video ".tod"
!insertmacro ${_action} Video ".tp"

View File

@ -163,7 +163,7 @@ typedef enum vlc_intf_dialog {
"mp2", "mp2v", "mp4", "mp4v", "mpe", "mpeg", "mpeg1", \
"mpeg2", "mpeg4", "mpg", "mpv2", "mts", "mtv", "mxf", "mxg", "nsv", "nuv", \
"ogg", "ogm", "ogv", "ogx", "ps", "qt", \
"rec", "rm", "rmvb", "rpl", "thp", "tod", "ts", "tts", "txd", "vob", "vro", \
"rec", "rm", "rmvb", "rpl", "skm", "thp", "tod", "ts", "tts", "txd", "vob", "vro", \
"webm", "wm", "wmv", "wtv", "xesc"
#define EXTENSIONS_AUDIO \
@ -232,7 +232,7 @@ typedef enum vlc_intf_dialog {
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;*.qt;" \
"*.rec;*.rm;*.rmvb;*.rpl;*.thp;*.tod;*.tp;*.ts;*.tts;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
"*.rec;*.rm;*.rmvb;*.rpl;*.skm;*.thp;*.tod;*.tp;*.ts;*.tts;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wpl;*.wvx;*.zip;*.conf"