[vlc-devel] commit: Revert "(live555) Reset PCR after returning to normal rate after fastforward or rewind." ( Christophe Mutricy )

git version control git at videolan.org
Tue Nov 25 23:31:58 CET 2008


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Tue Nov 25 22:27:14 2008 +0000| [04b4fecf9ec66458c4723cd17c6e8d92ff011c10] | committer: Christophe Mutricy 

Revert "(live555) Reset PCR after returning to normal rate after fastforward or rewind."

This reverts commit e063c7bb19fa205dd23de5e79337e7638fdc234c.

New features that are not self-contained and modify src/ are not
welcomed in -bugfix branches without pre-existent consensus.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04b4fecf9ec66458c4723cd17c6e8d92ff011c10
---

 modules/demux/live555.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index ae7212f..20fdee6 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -1371,8 +1371,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             p_sys->i_pcr = 0;
             p_sys->i_npt = 0.0;
 
-            es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
-
             *pi_int = (int)( INPUT_RATE_DEFAULT / p_sys->ms->scale() );
             msg_Dbg( p_demux, "PLAY with new Scale %0.2f (%d)", p_sys->ms->scale(), (*pi_int) );
             return VLC_SUCCESS;




More information about the vlc-devel mailing list