]> git.sesse.net Git - vlc/commit
i've modified the following functions to properly skip data (read buffer is nil)...
authorDamien Fouilleul <damienf@videolan.org>
Mon, 30 Aug 2004 10:45:01 +0000 (10:45 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 30 Aug 2004 10:45:01 +0000 (10:45 +0000)
commitb83f5ed9a1ad5a90e3ecf1334fced67d2a6569fe
tree485c707b6da185a2f41cb836ae8ea3b61a98fc46
parent3e56378fb9229c6b20f1c570c3a306fc4d8f1d59
i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.

AStreamReadBlock()
AStreamReadStream()

before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
src/input/stream.c