7 Dec
2015
7 Dec
'15
5:56 a.m.
On Thu, Dec 03, 2015 at 11:25:35AM +0000, Richard Fitzgerald wrote:
This patch removes the lines that adjusted the read size to exactly read to the end of the calculated length in bytes. Doing this could lead to invalid fragment sizes being requested which may then cause a read error on some codecs.
Instead we keep reading whole fragments until we have >= length bytes of data captured.
Applied, thanks
--
~Vinod