Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a1c69e8e
Commit
a1c69e8e
authored
Jan 30, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLC supports .vro (DVD-VR) files
parent
f39d8331
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+1
-0
include/vlc_interface.h
include/vlc_interface.h
+1
-1
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 @
a1c69e8e
...
...
@@ -255,6 +255,7 @@ FunctionEnd
!insertmacro ${_action} ".rmvb"
!insertmacro ${_action} ".ts"
!insertmacro ${_action} ".vob"
!insertmacro ${_action} ".vro"
!insertmacro ${_action} ".wmv"
!macroend
...
...
include/vlc_interface.h
View file @
a1c69e8e
...
...
@@ -207,7 +207,7 @@ typedef enum vlc_dialog {
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.wmv"
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.
vro;*.
wmv"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip"
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
a1c69e8e
...
...
@@ -920,7 +920,7 @@ void SPrefsPanel::assoDialog()
aTv
(
".mpeg1"
);
aTv
(
".mpeg2"
);
aTv
(
".mpeg4"
);
aTv
(
".mpg"
);
aTv
(
".mts"
);
aTv
(
".mxf"
);
aTv
(
".ogg"
);
aTv
(
".ogm"
);
aTv
(
".ogx"
);
aTv
(
".ogv"
);
aTv
(
".ts"
);
aTv
(
".vob"
);
aTv
(
".wmv"
);
aTv
(
".vob"
);
aTv
(
".
vro"
);
aTv
(
".
wmv"
);
videoType
->
setCheckState
(
0
,
(
i_temp
>
0
)
?
(
(
i_temp
==
audioType
->
childCount
()
)
?
Qt
::
Checked
:
Qt
::
PartiallyChecked
)
...
...
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