Re: [libav-devel] [PATCH 7/9] avio: deprecate av_protocol_next().

2011-04-08 Thread Anton Khirnov
On Fri, Apr 08, 2011 at 01:57:06PM +0200, Stefano Sabatini wrote: On date Thursday 2011-04-07 00:18:48 +, Ronald S. Bultje wrote: Hi, [...] Another point is that an application may need to implement an ad-hoc access protocol, this is not an hypotetical need as you can find many of

Re: [libav-devel] [PATCH 7/9] avio: deprecate av_protocol_next().

2011-04-06 Thread Ronald S. Bultje
Hi, On Tue, Apr 5, 2011 at 4:14 AM, Stefano Sabatini stefano.sabatini-l...@poste.it wrote: On date Tuesday 2011-04-05 00:32:07 +0200, Anton Khirnov wrote: On Mon, Apr 04, 2011 at 11:21:51PM +0200, Stefano Sabatini wrote: [...] Stupid question, what's wrong with av_protocol_next()? And

[libav-devel] [PATCH 7/9] avio: deprecate av_protocol_next().

2011-04-04 Thread Anton Khirnov
--- cmdutils.c | 20 ++-- libavformat/avio.c |2 ++ libavformat/avio.h |4 +++- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index 6901f56..bae0514 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -653,20 +653,12 @@ void

Re: [libav-devel] [PATCH 7/9] avio: deprecate av_protocol_next().

2011-04-04 Thread Anton Khirnov
On Mon, Apr 04, 2011 at 11:21:51PM +0200, Stefano Sabatini wrote: On date Monday 2011-04-04 20:43:50 +0200, Anton Khirnov wrote: --- cmdutils.c | 20 ++-- libavformat/avio.c |2 ++ libavformat/avio.h |4 +++- 3 files changed, 11 insertions(+), 15