]> git.sesse.net Git - vlc/commitdiff
mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
authorSteve Lhomme <robux@videolan.org>
Wed, 23 Mar 2005 22:11:17 +0000 (22:11 +0000)
committerSteve Lhomme <robux@videolan.org>
Wed, 23 Mar 2005 22:11:17 +0000 (22:11 +0000)
modules/demux/mkv.cpp

index 38a6534bb6948c4d8901004523ddb76fb24a8c34..3291a3087cd9dd9d43f43822baa96490c3feeb34 100644 (file)
@@ -1527,6 +1527,7 @@ bool matroska_segment_t::Select( mtime_t i_start_time )
 #undef tk
     }
     
+    sys.i_start_pts = i_start_time;
     ep->Reset();
 
     return true;