vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Nov 1 14:27:45 2011 +0100| [4ae75d4717c32de2f332993018b646daea85aa33] | committer: Jean-Baptiste Kempf
Wall: set the default center element to 16:9 Since this is the default AR for Home Theaters Projectors > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ae75d4717c32de2f332993018b646daea85aa33 --- modules/video_filter/wall.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/video_filter/wall.c b/modules/video_filter/wall.c index b29d352..a1329bb 100644 --- a/modules/video_filter/wall.c +++ b/modules/video_filter/wall.c @@ -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 ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
