[vlc-devel] commit: autodel: use VLC_TS_INVALID (refs #3135) ( Rafaël Carré )
git version control
git at videolan.org
Mon Dec 7 18:19:40 CET 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Dec 7 18:18:30 2009 +0100| [8bb130f321ba96f481f56be6b2b647d3a5b3f103] | committer: Rafaël Carré
autodel: use VLC_TS_INVALID (refs #3135)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bb130f321ba96f481f56be6b2b647d3a5b3f103
---
modules/stream_out/autodel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/autodel.c b/modules/stream_out/autodel.c
index a04eff7..d3143ef 100644
--- a/modules/stream_out/autodel.c
+++ b/modules/stream_out/autodel.c
@@ -126,7 +126,7 @@ static sout_stream_id_t * Add( sout_stream_t *p_stream, es_format_t *p_fmt )
p_es->fmt = *p_fmt;
p_es->id = NULL;
- p_es->i_last = 0;
+ p_es->i_last = VLC_TS_INVALID;
p_es->b_error = false;
TAB_APPEND( p_sys->i_es_num, p_sys->pp_es, p_es );
More information about the vlc-devel
mailing list