Commit fbdbd7da authored by Denis Charmet's avatar Denis Charmet Committed by Jean-Baptiste Kempf

MKV: Use the appropriate time value to avoid loops

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a3d13b6a
...@@ -399,7 +399,7 @@ bool virtual_segment_c::UpdateCurrentToChapter( demux_t & demux ) ...@@ -399,7 +399,7 @@ bool virtual_segment_c::UpdateCurrentToChapter( demux_t & demux )
return true; return true;
} }
} }
sys.i_start_pts = p_cur_chapter->p_chapter->i_start_time; sys.i_start_pts = p_cur_chapter->i_virtual_start_time;;
} }
p_current_chapter = p_cur_chapter; p_current_chapter = p_cur_chapter;
......
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