[vlc-commits] Revert "ts demuxer: Passthrough timeline discontinuity"

Ilkka Ollakka git at videolan.org
Wed Nov 4 09:13:54 CET 2015


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Oct 31 16:05:51 2015 +0200| [f5ba89ad551f94883724f0f4db79bf6a57d047e5] | committer: Jean-Baptiste Kempf

Revert "ts demuxer: Passthrough timeline discontinuity"

This reverts commit fa9af46da2190e05398d8e1e3e932312c24fd73f.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 7bcf113..32c0be3 100644
--- a/modules/demux/mpeg/ts.c
+++ b/modules/demux/mpeg/ts.c
@@ -3227,7 +3227,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->u.p_pes->p_data->i_flags |= BLOCK_FLAG_DISCONTINUITY;
+                /* pid->es->p_data->i_flags |= BLOCK_FLAG_DISCONTINUITY; */
             }
 #if 0
             if( p[5]&0x40 )



More information about the vlc-commits mailing list