From 0aa802a973f02c361fd12dd36a2c35c9da6ace4c Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 1 May 2009 15:26:24 +0200 Subject: [PATCH] live555: Fix #2676 show proper time when pausing iso 00:00:00 --- modules/demux/live555.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index f8c9fe516f..57c76ed96e 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -1427,7 +1427,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) } /* 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 */ p_sys->i_npt_length = p_sys->ms->playEndTime(); -- 2.39.2