Re: [FFmpeg-devel] [PATCH] avformat/avio: fix off-by-one in retry_transfer_wrapper

2018-01-09 Thread wm4
On Tue, 9 Jan 2018 09:15:39 +0100 Martin Herkt wrote: > This reportedly fixes hangs with segmented streams. > Affects playback via Schannel on Windows in particular. > > Can be reproduced with any YouTube live stream. > --- > libavformat/avio.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[FFmpeg-devel] [PATCH] avformat/avio: fix off-by-one in retry_transfer_wrapper

2018-01-09 Thread Martin Herkt
This reportedly fixes hangs with segmented streams. Affects playback via Schannel on Windows in particular. Can be reproduced with any YouTube live stream. --- libavformat/avio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index 63e8