[MPlayer-dev-eng] [PATCH] fix seeking in demux_lavf

Reimar Doeffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Aug 6 08:34:58 CEST 2008


On Wed, Aug 06, 2008 at 01:12:56AM +0200, Aurelien Jacobs wrote:
> The call to stream_seek() fails, and streem_seek()
> trash the stream cache as a side effect. Then the demuxer
> try to seek back to it's original position. At that point,
> url_fseek() don't know that the cache was trashed, and
> thus, think it can just point into current buffer without
> actually seeking.

??? mp_seek does not even have access to the ByteIOContext buffer,
so how can it trash it?



More information about the MPlayer-dev-eng mailing list