Commit 4ae75d47 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Wall: set the default center element to 16:9

Since this is the default AR for Home Theaters Projectors
parent 0891ac62
...@@ -72,7 +72,7 @@ vlc_module_begin() ...@@ -72,7 +72,7 @@ vlc_module_begin()
add_integer( CFG_PREFIX "rows", 3, ROWS_TEXT, ROWS_LONGTEXT, false ) add_integer( CFG_PREFIX "rows", 3, ROWS_TEXT, ROWS_LONGTEXT, false )
add_string( CFG_PREFIX "active", NULL, ACTIVE_TEXT, ACTIVE_LONGTEXT, add_string( CFG_PREFIX "active", NULL, ACTIVE_TEXT, ACTIVE_LONGTEXT,
true ) 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" ) add_shortcut( "wall" )
set_callbacks( Open, Close ) set_callbacks( Open, Close )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment