[vlc-commits] Add .tp extension registration

Jean-Baptiste Kempf git at videolan.org
Mon Aug 29 11:34:14 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 29 11:33:16 2016 +0200| [a39f41d0925175e55acf57b04daa9f9d4dcab97d] | committer: Jean-Baptiste Kempf

Add .tp extension registration

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a39f41d0925175e55acf57b04daa9f9d4dcab97d
---

 extras/package/win32/NSIS/helpers/extensions.nsh | 1 +
 include/vlc_interface.h                          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh
index 58f8e4f..d86b194 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -206,6 +206,7 @@ FunctionEnd
   !insertmacro ${_action} Video ".rpl"
   !insertmacro ${_action} Video ".thp"
   !insertmacro ${_action} Video ".tod"
+  !insertmacro ${_action} Video ".tp"
   !insertmacro ${_action} Video ".ts"
   !insertmacro ${_action} Video ".tts"
   !insertmacro ${_action} Video ".vob"
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 2f9a5fa..a4006f0 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -227,7 +227,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;" \
-                         "*.rec;*.rm;*.rmvb;*.rpl;*.thp;*.tod;*.ts;*.tts;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
+                         "*.rec;*.rm;*.rmvb;*.rpl;*.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;*.wvx;*.zip;*.conf"
 



More information about the vlc-commits mailing list