Re: [libav-devel] [PATCH 1/5] http: Split out the non-chunked buffer reading part from http_read

2011-11-17 Thread Anton Khirnov
On Fri, 11 Nov 2011 14:20:21 +0200, Martin Storsjö wrote: > --- > libavformat/http.c | 44 +--- > 1 files changed, 25 insertions(+), 19 deletions(-) > Sorry for the delay, the patchset looks fine to me. -- Anton Khirnov __

[libav-devel] [PATCH 1/5] http: Split out the non-chunked buffer reading part from http_read

2011-11-11 Thread Martin Storsjö
--- libavformat/http.c | 44 +--- 1 files changed, 25 insertions(+), 19 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index a8a7688..66cfd69 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -412,10 +412,33 @@ static int http