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
Steve Lhomme
VLC
Commits
64ea87be
Commit
64ea87be
authored
Jun 22, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android_window: add chroma option
This option was previously set by androidsurface.
parent
0bcb7fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/video_output/android/android_window.c
modules/video_output/android/android_window.c
+2
-1
No files found.
modules/video_output/android/android_window.c
View file @
64ea87be
...
...
@@ -47,7 +47,7 @@
#define CHROMA_LONGTEXT N_(\
"Force use of a specific chroma for output. Default is RGB32.")
#define CFG_PREFIX "android
surface
-"
#define CFG_PREFIX "android
window
-"
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
...
...
@@ -58,6 +58,7 @@ vlc_module_begin()
set_description
(
N_
(
"Android video output"
))
set_capability
(
"vout display"
,
260
)
add_shortcut
(
"androidwindow"
,
"android"
)
add_string
(
CFG_PREFIX
"chroma"
,
NULL
,
CHROMA_TEXT
,
CHROMA_LONGTEXT
,
true
)
set_callbacks
(
Open
,
Close
)
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