Commit b24bd76d authored by Gildas Bazin's avatar Gildas Bazin

* src/input/es_out.c: fix for ES_OUT_RESET_PCR.

parent fd63550b
...@@ -710,6 +710,7 @@ static int EsOutControl( es_out_t *out, int i_query, va_list args ) ...@@ -710,6 +710,7 @@ static int EsOutControl( es_out_t *out, int i_query, va_list args )
for( i = 0; i < p_sys->p_input->stream.i_pgrm_number; i++ ) for( i = 0; i < p_sys->p_input->stream.i_pgrm_number; i++ )
{ {
p_sys->p_input->stream.pp_programs[i]->i_synchro_state = SYNCHRO_REINIT; p_sys->p_input->stream.pp_programs[i]->i_synchro_state = SYNCHRO_REINIT;
p_sys->p_input->stream.pp_programs[i]->last_pts = 0;
} }
p_sys->b_pcr_set = VLC_TRUE; p_sys->b_pcr_set = VLC_TRUE;
return VLC_SUCCESS; return VLC_SUCCESS;
......
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