Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
4ba419b6
Commit
4ba419b6
authored
Sep 20, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt Sprefs: remove mpeg2 skip-frames
parent
3b250298
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
20 deletions
+9
-20
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+0
-1
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+9
-19
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
4ba419b6
...
...
@@ -458,7 +458,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
optionWidgets
.
append
(
ui
.
DVDDevice
);
optionWidgets
.
append
(
ui
.
cachingCombo
);
CONFIG_GENERIC
(
"ffmpeg-skiploopfilter"
,
IntegerList
,
ui
.
filterLabel
,
loopFilterBox
);
CONFIG_BOOL
(
"skip-frames"
,
skipFrames
);
CONFIG_GENERIC
(
"sout-x264-tune"
,
StringList
,
ui
.
x264Label
,
tuneBox
);
CONFIG_GENERIC
(
"sout-x264-preset"
,
StringList
,
ui
.
x264Label
,
presetBox
);
CONFIG_GENERIC
(
"sout-x264-profile"
,
StringList
,
ui
.
x264profileLabel
,
profileBox
);
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
4ba419b6
...
...
@@ -8,7 +8,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
737
</width>
<height>
5
94
</height>
<height>
5
67
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -63,7 +63,7 @@
<item
row=
"8"
column=
"2"
>
<widget
class=
"QComboBox"
name=
"loopFilterBox"
/>
</item>
<item
row=
"1
4
"
column=
"0"
>
<item
row=
"1
3
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"x264Label"
>
<property
name=
"minimumSize"
>
<size>
...
...
@@ -79,7 +79,7 @@
</property>
</widget>
</item>
<item
row=
"1
3
"
column=
"0"
>
<item
row=
"1
2
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"x264profileLabel"
>
<property
name=
"minimumSize"
>
<size>
...
...
@@ -95,7 +95,7 @@
</property>
</widget>
</item>
<item
row=
"1
3
"
column=
"1"
>
<item
row=
"1
2
"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"presetBox"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Fixed"
>
...
...
@@ -105,7 +105,7 @@
</property>
</widget>
</item>
<item
row=
"1
3
"
column=
"2"
>
<item
row=
"1
2
"
column=
"2"
>
<widget
class=
"QComboBox"
name=
"tuneBox"
/>
</item>
<item
row=
"2"
column=
"0"
>
...
...
@@ -131,27 +131,17 @@
</property>
</widget>
</item>
<item
row=
"9"
column=
"0"
colspan=
"3"
>
<widget
class=
"QCheckBox"
name=
"skipFrames"
>
<property
name=
"text"
>
<string>
Skip frames
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"12"
column=
"0"
colspan=
"3"
>
<item
row=
"11"
column=
"0"
colspan=
"3"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"1
4
"
column=
"2"
>
<item
row=
"1
3
"
column=
"2"
>
<widget
class=
"QLineEdit"
name=
"levelBox"
/>
</item>
<item
row=
"1
4
"
column=
"1"
>
<item
row=
"1
3
"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"profileBox"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Fixed"
>
...
...
@@ -177,7 +167,7 @@
</property>
</widget>
</item>
<item
row=
"1
1
"
column=
"0"
colspan=
"3"
>
<item
row=
"1
0
"
column=
"0"
colspan=
"3"
>
<widget
class=
"QCheckBox"
name=
"systemCodecBox"
>
<property
name=
"text"
>
<string>
Use systems codecs if available, for WMV codecs
</string>
...
...
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