Commit 32303b5d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

mkv: do not use .b_die

parent 7141d755
...@@ -674,9 +674,6 @@ static int Demux( demux_t *p_demux) ...@@ -674,9 +674,6 @@ static int Demux( demux_t *p_demux)
for( ;; ) for( ;; )
{ {
if ( p_sys->demuxer.b_die )
break;
if( p_sys->i_pts >= p_sys->i_start_pts ) if( p_sys->i_pts >= p_sys->i_start_pts )
if ( p_vsegment->UpdateCurrentToChapter( *p_demux ) ) if ( p_vsegment->UpdateCurrentToChapter( *p_demux ) )
{ {
......
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