[MPlayer-dev-eng] [PATCH] stream_skip returns success on negative len in unseekable stream

elupus elupus at ecce.se
Mon Jun 4 22:21:39 CEST 2007


Hi, 

Currently stream_skip will return success on a negative len if underlying
stream isn't seekable. This patch remedies this by not checking for
seek-ability on negative len. Underlying cache system might still succeed in
doing that backward seek if cache is enabled.

/Joakim




More information about the MPlayer-dev-eng mailing list