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
cd0a847e
Commit
cd0a847e
authored
Apr 30, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
parent
f567b195
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
15 deletions
+26
-15
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+5
-1
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+21
-14
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
cd0a847e
...
...
@@ -247,7 +247,11 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC_NO_BOOL
(
"ffmpeg-pp-q"
,
Integer
,
NULL
,
PostProcLevel
);
CONFIG_GENERIC
(
"avi-index"
,
IntegerList
,
NULL
,
AviRepair
);
CONFIG_GENERIC
(
"rtsp-tcp"
,
Bool
,
NULL
,
RTSP_TCPBox
);
#ifdef WIN32
CONFIG_GENERIC
(
"prefer-system-codecs"
,
Bool
,
NULL
,
systemCodecBox
);
#else
ui
.
systemCodecBox
->
hide
();
#endif
CONFIG_GENERIC
(
"timeshift-force"
,
Bool
,
NULL
,
timeshiftBox
);
CONFIG_GENERIC
(
"dump-force"
,
Bool
,
NULL
,
DumpBox
);
// CONFIG_GENERIC( "", Bool, NULL, RecordBox ); //FIXME activate record
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
cd0a847e
...
...
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>422</width>
<height>4
37
</height>
<height>4
78
</height>
</rect>
</property>
<property name="windowTitle" >
...
...
@@ -132,17 +132,10 @@
<property name="spacing" >
<number>6</number>
</property>
<item row="2" column="0" >
<widget class="QCheckBox" name="RTSP_TCPBox" >
<property name="text" >
<string>Use RTP over RTSP (TCP)</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_6" >
<item row="0" column="0" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<string>
Repair AVI files
</string>
<string>
Post-Processing Quality
</string>
</property>
</widget>
</item>
...
...
@@ -162,13 +155,27 @@
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_6" >
<property name="text" >
<string>Repair AVI files</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="AviRepair" />
</item>
<item row="
0" column="0
" >
<widget class="Q
Label" name="label_5
" >
<item row="
3" column="0" colspan="2
" >
<widget class="Q
CheckBox" name="systemCodecBox
" >
<property name="text" >
<string>Post-Processing Quality</string>
<string>Use system codecs if available (better quality)</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="RTSP_TCPBox" >
<property name="text" >
<string>Use RTP over RTSP (TCP)</string>
</property>
</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