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
b545e479
Commit
b545e479
authored
Sep 18, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPrefs: Add "Use hardware YUV->RGB conversion" since nVidia drivers are broken.
As reported by TheFluff and various forum users.
parent
4d69eb73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-0
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+9
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
b545e479
...
...
@@ -193,8 +193,10 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"directx-wallpaper"
,
Bool
,
NULL
,
wallpaperMode
);
CONFIG_GENERIC
(
"directx-device"
,
StringList
,
NULL
,
dXdisplayDevice
);
CONFIG_GENERIC
(
"directx-hw-yuv"
,
Bool
,
NULL
,
hwYUVBox
);
#else
ui
.
directXBox
->
setVisible
(
false
);
ui
.
hwYUVBox
->
setVisible
(
false
);
#endif
CONFIG_GENERIC_FILE
(
"snapshot-path"
,
Directory
,
NULL
,
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
b545e479
...
...
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>4
08
</width>
<height>51
3
</height>
<width>4
82
</width>
<height>51
6
</height>
</rect>
</property>
<property name="windowTitle" >
...
...
@@ -99,6 +99,13 @@
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QCheckBox" name="hwYUVBox" >
<property name="text" >
<string>_("Use hardware YUV->RGB conversions")</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