[libav-devel] [PATCH] avio: Fix sanity checks in ffurl_read*

2011-04-20 Thread Martin Storsjö
This fixes e.g. reading data over HTTP, where the underlying socket is set to read/write. --- libavformat/avio.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index 074d3ee..0702aff 100644 --- a/libavformat/avio.c +++

Re: [libav-devel] [PATCH] avio: Fix sanity checks in ffurl_read*

2011-04-20 Thread Ronald S. Bultje
Hi, On Wed, Apr 20, 2011 at 10:09 AM, Martin Storsjö mar...@martin.st wrote: This fixes e.g. reading data over HTTP, where the underlying socket is set to read/write. ---  libavformat/avio.c |    4 ++--  1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avio.c