Commit f5ba89ad authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Jean-Baptiste Kempf

Revert "ts demuxer: Passthrough timeline discontinuity"

This reverts commit fa9af46d.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 80194126
...@@ -3227,7 +3227,7 @@ static bool GatherData( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk ) ...@@ -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) ", msg_Warn( p_demux, "discontinuity indicator (pid=%d) ",
pid->i_pid ); 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 0
if( p[5]&0x40 ) if( p[5]&0x40 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment