1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-17 05:01:41 +02:00

ts demuxer: Passthrough timeline discontinuity

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
This commit is contained in:
Jean-Paul Saman 2015-09-20 10:59:11 +02:00 committed by Ilkka Ollakka
parent 2e5d041ea6
commit fa9af46da2

View File

@ -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 )