vlc/vlc-3.0 | branch: master | Francois Cartegnie <[email protected]> | Tue Jul 24 16:08:26 2018 +0200| [ea3f83e53a7be4d59003571e58156ab97a661ea8] | committer: Francois Cartegnie
codec: subsdec: change default align (cherry picked from commit 4d35f100b529a17876d84dbd5a13549773e83823) > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ea3f83e53a7be4d59003571e58156ab97a661ea8 --- modules/codec/subsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/subsdec.c b/modules/codec/subsdec.c index 11030b73b8..a440140d1a 100644 --- a/modules/codec/subsdec.c +++ b/modules/codec/subsdec.c @@ -186,7 +186,7 @@ vlc_module_begin () set_category( CAT_INPUT ) set_subcategory( SUBCAT_INPUT_SCODEC ) - add_integer( "subsdec-align", 0, ALIGN_TEXT, ALIGN_LONGTEXT, + add_integer( "subsdec-align", -1, ALIGN_TEXT, ALIGN_LONGTEXT, false ) change_integer_list( pi_justification, ppsz_justification_text ) add_string( "subsdec-encoding", "", _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
