Commit fa9af46d authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Ilkka Ollakka

ts demuxer: Passthrough timeline discontinuity

Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent 2e5d041e
...@@ -3222,7 +3222,7 @@ static bool GatherData( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk ) ...@@ -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) ", msg_Warn( p_demux, "discontinuity indicator (pid=%d) ",
pid->i_pid ); 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 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