[vlc-commits] codec: subsdec: change default align

Francois Cartegnie git at videolan.org
Tue Jul 24 16:15:39 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Jul 24 16:08:26 2018 +0200| [4d35f100b529a17876d84dbd5a13549773e83823] | committer: Francois Cartegnie

codec: subsdec: change default align

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d35f100b529a17876d84dbd5a13549773e83823
---

 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 03da4bd70f..29c5b42fd1 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", "",



More information about the vlc-commits mailing list