]> git.sesse.net Git - vlc/commit
Allow back seeking after an access EOF.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 4 May 2009 18:44:21 +0000 (20:44 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 4 May 2009 19:02:04 +0000 (21:02 +0200)
commit7f581337994e9073382db9cc9056bc0189e8bf77
tree6527744e188a9f2b2027b157e21043b0f583c4ea
parent6f3cc15c000a11b6c539ee8a77b428fcbec438b4
Allow back seeking after an access EOF.

It is up to the access to refuse if it can't.
Anyway, the check was only for one path of a seek command (when using
stream_Read( NULL, size)).
This partially revert fc9f8518, please report any breakage.
src/input/stream.c