]> git.sesse.net Git - vlc/commitdiff
live555: Fix #2676 show proper time when pausing iso 00:00:00
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 1 May 2009 13:26:24 +0000 (15:26 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 5 May 2009 09:41:44 +0000 (11:41 +0200)
modules/demux/live555.cpp

index f8c9fe516f17b9b3d1f07555ea69d1e4e636c9bb..57c76ed96e7369ae6d8002fd4eb8b45ecf9be135 100644 (file)
@@ -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();