Commit 78808506 authored by Rafaël Carré's avatar Rafaël Carré

Don't reset master program clock if master program was not selected

parent 08b4ccaa
...@@ -2309,6 +2309,9 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args ) ...@@ -2309,6 +2309,9 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
EsOutIsExtraBufferingAllowed( out ), EsOutIsExtraBufferingAllowed( out ),
i_pcr, mdate() ); i_pcr, mdate() );
if( !p_sys->p_pgrm )
return VLC_SUCCESS;
if( p_sys->b_buffering ) if( p_sys->b_buffering )
{ {
/* Check buffering state on master clock update */ /* Check buffering state on master clock update */
......
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