Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
32797e29
Commit
32797e29
authored
Dec 19, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcb/render: use "good" scaler by default
parent
7c70fac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_output/xcb/render.c
modules/video_output/xcb/render.c
+1
-1
No files found.
modules/video_output/xcb/render.c
View file @
32797e29
...
...
@@ -618,7 +618,7 @@ vlc_module_begin()
set_capability
(
"vout display"
,
200
)
set_callbacks
(
Open
,
Close
)
add_shortcut
(
"x11-render"
,
"xcb-render"
,
"render"
)
add_string
(
"x11-render-filter"
,
"
nearest
"
,
N_
(
"Scaling mode"
),
add_string
(
"x11-render-filter"
,
"
good
"
,
N_
(
"Scaling mode"
),
N_
(
"Scaling mode"
),
true
)
change_string_list
(
filter_names
,
filter_descs
)
vlc_module_end
()
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