[vlc-commits] zvbi: default alignment to bottom

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


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Nov 12 15:28:53 2013 +0200| [5c92040c285a1b200b31f6c9c9713c845e3d0bb8] | committer: Ilkka Ollakka

zvbi: default alignment to bottom

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

 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 badc400..4c4ecc0 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -90,7 +90,7 @@ vlc_module_begin ()
                  PAGE_TEXT, PAGE_LONGTEXT, false )
     add_bool( "vbi-opaque", true,
                  OPAQUE_TEXT, OPAQUE_LONGTEXT, false )
-    add_integer( "vbi-position", 4, POS_TEXT, POS_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,
               TELX_TEXT, TELX_LONGTEXT, false )



More information about the vlc-commits mailing list