git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d464bfb
)
Disable --vbi-text by default.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 20 Sep 2007 08:10:46 +0000
(08:10 +0000)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 20 Sep 2007 08:10:46 +0000
(08:10 +0000)
modules/codec/zvbi.c
patch
|
blob
|
history
diff --git
a/modules/codec/zvbi.c
b/modules/codec/zvbi.c
index
e0625fd
..
8c6207b
100644
(file)
--- a/
modules/codec/zvbi.c
+++ b/
modules/codec/zvbi.c
@@
-107,7
+107,7
@@
vlc_module_begin();
OPAQUE_TEXT, OPAQUE_LONGTEXT, VLC_FALSE );
add_integer( "vbi-position", 4, NULL, POS_TEXT, POS_LONGTEXT, VLC_FALSE );
change_integer_list( pi_pos_values, ppsz_pos_descriptions, 0 );
OPAQUE_TEXT, OPAQUE_LONGTEXT, VLC_FALSE );
add_integer( "vbi-position", 4, NULL, POS_TEXT, POS_LONGTEXT, VLC_FALSE );
change_integer_list( pi_pos_values, ppsz_pos_descriptions, 0 );
- add_bool( "vbi-text", VLC_
TRU
E, NULL,
+ add_bool( "vbi-text", VLC_
FALS
E, NULL,
TELX_TEXT, TELX_LONGTEXT, VLC_FALSE );
vlc_module_end();
TELX_TEXT, TELX_LONGTEXT, VLC_FALSE );
vlc_module_end();