vlc | branch: master | Felix Paul Kühne <[email protected]> | Thu Aug 29 15:59:17 2019 +0200| [b3d7f689a94fdcb01fcefd704c66a419f2715955] | committer: Felix Paul Kühne
src: allow changes to 'sub-text-scale' to be saved Previous versions of VLC had a default subtitles size in the freetype renderer which is gone for good, so promoting this global config variable allows setting a default for all again and therefore restores the previous behavior. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3d7f689a94fdcb01fcefd704c66a419f2715955 --- src/libvlc-module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index f5de78bcae..d3da4e5fb8 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1780,7 +1780,6 @@ vlc_module_begin () SUB_MARGIN_LONGTEXT, true ) add_integer_with_range( "sub-text-scale", 100, 10, 500, SUB_TEXT_SCALE_TEXT, SUB_TEXT_SCALE_LONGTEXT, false ) - change_volatile () set_section( N_( "Overlays" ) , NULL ) add_module_list("sub-source", "sub source", NULL, SUB_SOURCE_TEXT, SUB_SOURCE_LONGTEXT) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
