[vlc-commits] zvbi: set text format as default, as subtitles should look better and seems to work for me

Ilkka Ollakka git at videolan.org
Tue Nov 12 17:00:18 CET 2013


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Nov 12 17:37:51 2013 +0200| [8d40fb1276f5bd72ff37a4b2099c4842765b7471] | committer: Ilkka Ollakka

zvbi: set text format as default, as subtitles should look better and seems to work for me

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

 modules/codec/zvbi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index 489f42b..7935f32 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -95,7 +95,7 @@ vlc_module_begin ()
                  OPAQUE_TEXT, OPAQUE_LONGTEXT, false )
     add_integer( "vbi-position", 8, POS_TEXT, POS_LONGTEXT, false )
         change_integer_list( pi_pos_values, ppsz_pos_descriptions );
-    add_bool( "vbi-text", false,
+    add_bool( "vbi-text", true,
               TELX_TEXT, TELX_LONGTEXT, false )
 vlc_module_end ()
 



More information about the vlc-commits mailing list