Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
d9c2129a
Commit
d9c2129a
authored
Jul 07, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .mtv extension
parent
bf9408fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+1
-0
include/vlc_interface.h
include/vlc_interface.h
+2
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-1
No files found.
extras/package/win32/vlc.win32.nsi.in
View file @
d9c2129a
...
...
@@ -334,6 +334,7 @@ FunctionEnd
!insertmacro ${_action} ".mpg"
!insertmacro ${_action} ".mpv2"
!insertmacro ${_action} ".mts"
!insertmacro ${_action} ".mtv"
!insertmacro ${_action} ".mxf"
!insertmacro ${_action} ".nsv"
!insertmacro ${_action} ".nuv"
...
...
include/vlc_interface.h
View file @
d9c2129a
...
...
@@ -176,7 +176,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "dv", "f4v", "flv", "gxf", "iso", \
"m1v", "m2v", "m2t", "m2ts", "m4v", "mkv", "mov",\
"mp2", "mp4", "mpeg", "mpeg1", \
"mpeg2", "mpeg4", "mpg", "mts", "mxf", "nuv", \
"mpeg2", "mpeg4", "mpg", "mts", "m
tv", "m
xf", "nuv", \
"ogg", "ogm", "ogv", "ogx", "ps", \
"rec", "rm", "rmvb", "ts", "vob", "wmv"
...
...
@@ -225,7 +225,7 @@ typedef enum vlc_dialog {
#define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.dv;*f4v;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpa;*.mpe;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mxf;*.nsv;*.nuv;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.m
tv;*.m
xf;*.nsv;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wmv"
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
d9c2129a
...
...
@@ -986,7 +986,7 @@ void SPrefsPanel::assoDialog()
aTv
(
".gxf"
);
aTv
(
".m1v"
);
aTv
(
".m2v"
);
aTv
(
".m2ts"
);
aTv
(
".m4v"
);
aTv
(
".mkv"
);
aTv
(
".mov"
);
aTv
(
".mp2"
);
aTv
(
".mp4"
);
aTv
(
".mpeg"
);
aTv
(
".mpeg1"
);
aTv
(
".mpeg2"
);
aTv
(
".mpeg4"
);
aTv
(
".mpg"
);
aTv
(
".mts"
);
aTv
(
".mxf"
);
aTv
(
".mts"
);
aTv
(
".m
tv"
);
aTv
(
".m
xf"
);
aTv
(
".ogg"
);
aTv
(
".ogm"
);
aTv
(
".ogx"
);
aTv
(
".ogv"
);
aTv
(
".ts"
);
aTv
(
".vob"
);
aTv
(
".vro"
);
aTv
(
".wmv"
);
videoType
->
setCheckState
(
0
,
(
i_temp
>
0
)
?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment