Skip to content

Commit

Permalink
Add .tp extension registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Aug 29, 2016
1 parent d5b64fd commit a39f41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extras/package/win32/NSIS/helpers/extensions.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion include/vlc_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a39f41d

Please sign in to comment.