Add .nuv in interface and installer.

This commit is contained in:
Jean-Baptiste Kempf 2008-09-17 11:52:49 -07:00
parent 84cc4e6f1d
commit c7db9ba61a
2 changed files with 2 additions and 1 deletions

View File

@ -239,6 +239,7 @@ FunctionEnd
!insertmacro ${_action} ".mpg"
!insertmacro ${_action} ".mts"
!insertmacro ${_action} ".mxf"
!insertmacro ${_action} ".nuv"
!insertmacro ${_action} ".ogg"
!insertmacro ${_action} ".ogm"
!insertmacro ${_action} ".ogx"

View File

@ -177,7 +177,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
"*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;" \
"*.ps;*.ts;*.vob;*.wmv"