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

MKV: Don't loop if chapter changes between P and B pics

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3e25b175
...@@ -390,6 +390,7 @@ bool virtual_segment_c::UpdateCurrentToChapter( demux_t & demux ) ...@@ -390,6 +390,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;
} }
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