Commit 0aa802a9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

live555: Fix #2676 show proper time when pausing iso 00:00:00

parent 6894293c
...@@ -1427,7 +1427,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) ...@@ -1427,7 +1427,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
} }
/* Retrieve the starttime if possible */ /* Retrieve the starttime if possible */
p_sys->i_npt = p_sys->i_npt_start = p_sys->ms->playStartTime(); p_sys->i_npt_start = p_sys->ms->playStartTime();
/* Retrieve the duration if possible */ /* Retrieve the duration if possible */
p_sys->i_npt_length = p_sys->ms->playEndTime(); p_sys->i_npt_length = p_sys->ms->playEndTime();
......
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