Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9315b25a
Commit
9315b25a
authored
Dec 30, 2014
by
Jean-Baptiste Kempf
Browse files
Bump Android Window priority: it can do hardware subpicture blending
parent
89b679a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/android/android_window.c
View file @
9315b25a
...
...
@@ -57,7 +57,7 @@ vlc_module_begin()
set_subcategory
(
SUBCAT_VIDEO_VOUT
)
set_shortname
(
"android_window"
)
set_description
(
N_
(
"Android video output"
))
set_capability
(
"vout display"
,
2
0
0
)
set_capability
(
"vout display"
,
2
6
0
)
add_shortcut
(
"androidwindow"
,
"android"
)
set_callbacks
(
Open
,
Close
)
vlc_module_end
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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