stream: try to reset stream once if read fails
commit67f5ef670c97a68c96351d96a8f1631d796c3bc9
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Tue, 22 Feb 2011 22:27:01 +0000 (22 22:27 +0000)
committerUoti Urpala <uau@mplayer2.org>
Tue, 12 Apr 2011 16:21:23 +0000 (12 19:21 +0300)
tree9b5e78a4314a7ace43d4c04f147ca91ce0b03859
parent989694678d8f9feb3aa1cfd5a7eb1d058986ba07
stream: try to reset stream once if read fails

When reading from a stream fails, try one more time after a reset.
This should re-establish for example timed-out network connections.
Fixes bug #1841.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32954 b3059339-0415-0410-9bf9-f77b7e298cf2

100l, fix incorrect len when retrying read.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32957 b3059339-0415-0410-9bf9-f77b7e298cf2

Improve stream reset on read error, should now fix bug #1841 in more
cases, e.g. also with -cache.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32977 b3059339-0415-0410-9bf9-f77b7e298cf2

Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33122 b3059339-0415-0410-9bf9-f77b7e298cf2
stream/stream.c