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:
5eb0544
)
Use add_bool where it is adapted
author
Christophe Mutricy
<xtophe@videolan.org>
Wed, 8 Nov 2006 19:59:07 +0000
(19:59 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Wed, 8 Nov 2006 19:59:07 +0000
(19:59 +0000)
modules/demux/ps.c
patch
|
blob
|
history
diff --git
a/modules/demux/ps.c
b/modules/demux/ps.c
index
97dd218
..
63d32f4
100644
(file)
--- a/
modules/demux/ps.c
+++ b/
modules/demux/ps.c
@@
-56,7
+56,7
@@
vlc_module_begin();
set_callbacks( Open, Close );
add_shortcut( "ps" );
- add_
integer
( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
+ add_
bool
( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
TIME_LONGTEXT, VLC_TRUE );
add_submodule();