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
4ae75d47
Commit
4ae75d47
authored
Nov 01, 2011
by
Jean-Baptiste Kempf
Browse files
Wall: set the default center element to 16:9
Since this is the default AR for Home Theaters Projectors
parent
0891ac62
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/wall.c
View file @
4ae75d47
...
...
@@ -72,7 +72,7 @@ vlc_module_begin()
add_integer
(
CFG_PREFIX
"rows"
,
3
,
ROWS_TEXT
,
ROWS_LONGTEXT
,
false
)
add_string
(
CFG_PREFIX
"active"
,
NULL
,
ACTIVE_TEXT
,
ACTIVE_LONGTEXT
,
true
)
add_string
(
CFG_PREFIX
"element-aspect"
,
"
4:3
"
,
ASPECT_TEXT
,
ASPECT_LONGTEXT
,
false
)
add_string
(
CFG_PREFIX
"element-aspect"
,
"
16:9
"
,
ASPECT_TEXT
,
ASPECT_LONGTEXT
,
false
)
add_shortcut
(
"wall"
)
set_callbacks
(
Open
,
Close
)
...
...
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