Commit 5dcb0357 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(

parent 2dce7a73
......@@ -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;
......
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