Commit a20b50b6 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Reset PCR when gap has been detected.

parent 8e20684f
...@@ -1041,12 +1041,10 @@ static int Demux( demux_t *p_demux ) ...@@ -1041,12 +1041,10 @@ static int Demux( demux_t *p_demux )
es_out_Control( p_demux->out, ES_OUT_RESET_PCR ); es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
tk->b_rtcp_sync = VLC_TRUE; tk->b_rtcp_sync = VLC_TRUE;
#if 0
/* reset PCR */ /* reset PCR */
tk->i_pts = 0; tk->i_pts = 0;
p_sys->i_pcr = 0; p_sys->i_pcr = 0;
i_pcr = 0; i_pcr = 0;
#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