Commit 5c92040c authored by Ilkka Ollakka's avatar Ilkka Ollakka

zvbi: default alignment to bottom

parent 6f6bd492
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment