Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
586de2de
Commit
586de2de
authored
Nov 18, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs, add MKV preloading
So anime folks don't jump on my throat again...
parent
8b8dfe1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-0
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+9
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
586de2de
...
...
@@ -482,6 +482,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"sout-x264-preset"
,
StringList
,
ui
.
x264Label
,
presetBox
);
CONFIG_GENERIC
(
"sout-x264-profile"
,
StringList
,
ui
.
x264profileLabel
,
profileBox
);
CONFIG_GENERIC
(
"sout-x264-level"
,
String
,
ui
.
x264profileLabel
,
levelBox
);
CONFIG_BOOL
(
"mkv-preload-local-dir"
,
mkvPreloadBox
);
/* Caching */
/* Add the things to the ComboBox */
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
586de2de
...
...
@@ -250,7 +250,7 @@
</item>
</layout>
</item>
<item
row=
"
3
"
column=
"0"
>
<item
row=
"
4
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"aviLabel"
>
<property
name=
"text"
>
<string>
Damaged or incomplete AVI file
</string>
...
...
@@ -260,7 +260,7 @@
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"1"
>
<item
row=
"
4
"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"AviRepair"
/>
</item>
<item
row=
"2"
column=
"0"
colspan=
"2"
>
...
...
@@ -270,6 +270,13 @@
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"mkvPreloadBox"
>
<property
name=
"text"
>
<string>
Preload MKV files in the same directory
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
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