Commit 39ba1dfa authored by Francois Cartegnie's avatar Francois Cartegnie

Revert "zvbi: set text format as default" (fix #11133)

Teletext & Teletext subtitles are different things

This reverts commit 8d40fb12.
parent 3937eb10
......@@ -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", true,
add_bool( "vbi-text", false,
TELX_TEXT, TELX_LONGTEXT, false )
vlc_module_end ()
......
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