Mercurial > mplayer.hg
comparison LICENSE @ 17854:a63fa57ecbd7
Fix seeking with cache enabled on systems using fork().
The first data connection was opened at open time which
happend in the main process. This prevented properly closing
the connection on later seeks as they happend in the child
process and the fd was still open in the parent process.
The fix delay opening the data connection upon the first
fill_buffer/seek.
Also remove some code duplication, add a timeout on read
from the control connection and a few other small fixes.
author | albeu |
---|---|
date | Mon, 13 Mar 2006 16:56:10 +0000 |
parents | 401b440a6d76 |
children | e83eef58b30a |
comparison
equal
deleted
inserted
replaced
17853:33ec9a9f4eef | 17854:a63fa57ecbd7 |
---|