Commit 4ab6e7c7 authored by Jean-Paul Saman's avatar Jean-Paul Saman

silence random access indicator

parent 8fd5f21d
...@@ -1663,8 +1663,10 @@ static vlc_bool_t GatherPES( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk ) ...@@ -1663,8 +1663,10 @@ static vlc_bool_t GatherPES( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
pid->i_pid ); pid->i_pid );
/* pid->es->p_pes->i_flags |= BLOCK_FLAG_DISCONTINUITY; */ /* pid->es->p_pes->i_flags |= BLOCK_FLAG_DISCONTINUITY; */
} }
#if 0
if( p[5]&0x40 ) if( p[5]&0x40 )
msg_Dbg( p_demux, "random access indicator (pid=%d) ", pid->i_pid ); msg_Dbg( p_demux, "random access indicator (pid=%d) ", pid->i_pid );
#endif
} }
} }
......
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