Commit 1b5c7c2f authored by Laurent Aimar's avatar Laurent Aimar

Fixed PCR origin in ogg.

It avoids loosing the first packets (audio/video).
parent 868b85c2
......@@ -552,6 +552,7 @@ static void Ogg_UpdatePCR( logical_stream_t *p_stream,
/ p_stream->f_rate;
}
p_stream->i_pcr += 1;
p_stream->i_interpolated_pcr = p_stream->i_pcr;
}
else
......
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