Commit 59882156 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: fix bisection loop on missing results

parent 51213962
......@@ -2724,6 +2724,8 @@ static int SeekToTime( demux_t *p_demux, ts_prg_psi_t *p_prg, int64_t i_scaledti
}
}
if ( !b_found && i_pos > i_tail_pos - p_sys->i_packet_size )
i_tail_pos = i_splitpos - p_sys->i_packet_size;
}
if( !b_found )
......
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