[vlc-commits] ts demuxer: Passthrough timeline discontinuity

Jean-Paul Saman git at videolan.org
Tue Oct 13 07:20:59 CEST 2015


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Sep 20 10:59:11 2015 +0200| [fa9af46da2190e05398d8e1e3e932312c24fd73f] | committer: Ilkka Ollakka

ts demuxer: Passthrough timeline discontinuity

Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa9af46da2190e05398d8e1e3e932312c24fd73f
---

 modules/demux/mpeg/ts.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mpeg/ts.c b/modules/demux/mpeg/ts.c
index 065d496..0f57c3e 100644
--- a/modules/demux/mpeg/ts.c
+++ b/modules/demux/mpeg/ts.c
@@ -3222,7 +3222,7 @@ static bool GatherData( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
             {
                 msg_Warn( p_demux, "discontinuity indicator (pid=%d) ",
                             pid->i_pid );
-                /* pid->es->p_data->i_flags |= BLOCK_FLAG_DISCONTINUITY; */
+                pid->u.p_pes->p_data->i_flags |= BLOCK_FLAG_DISCONTINUITY;
             }
 #if 0
             if( p[5]&0x40 )



More information about the vlc-commits mailing list