[vlc-devel] [PATCH 1/6] Revert "ts demuxer: Passthrough timeline discontinuity"
Ilkka Ollakka
ileoo at videolan.org
Sat Oct 31 15:05:51 CET 2015
This reverts commit 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 d793945..6823763 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 )
--
2.6.2
More information about the vlc-devel
mailing list