From a20b50b6b2dccdb0b65b06bf3c28681879c544be Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 1 Oct 2007 17:35:35 +0000 Subject: [PATCH] Reset PCR when gap has been detected. --- modules/demux/live555.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 2ff3fd944d..7e62c2c056 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -1041,12 +1041,10 @@ static int Demux( demux_t *p_demux ) es_out_Control( p_demux->out, ES_OUT_RESET_PCR ); tk->b_rtcp_sync = VLC_TRUE; -#if 0 /* reset PCR */ tk->i_pts = 0; p_sys->i_pcr = 0; i_pcr = 0; -#endif } } -- 2.39.2