Commit 63d2ae64 authored by Laurent Aimar's avatar Laurent Aimar

Fixed buffering value for frame step.

parent 4bd735fb
......@@ -622,7 +622,7 @@ static void EsOutDecodersStopBuffering( es_out_t *out, bool b_forced )
const mtime_t i_buffering_duration = p_sys->p_input->i_pts_delay +
i_preroll_duration +
p_sys->i_buffering_extra_stream;
p_sys->i_buffering_extra_stream - p_sys->i_buffering_extra_initial;
if( i_stream_duration <= i_buffering_duration && !b_forced )
{
......
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