]> git.sesse.net Git - vlc/commitdiff
Wall: set the default center element to 16:9
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 13:27:45 +0000 (14:27 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 13:27:45 +0000 (14:27 +0100)
Since this is the default AR for Home Theaters Projectors

modules/video_filter/wall.c

index b29d3525db384f7d289780b4c55ca36fd22bf1f7..a1329bba4f52c160b38cc421fc372af8a2e4835f 100644 (file)
@@ -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 )