[libav-devel] [PATCH 1/2] avio: add a function for iterating though protocol names.

2011-04-08 Thread Anton Khirnov
--- libavformat/avio.c | 10 ++ libavformat/avio.h | 13 + 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index e043058..ab7a7f5 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -57,6 +57,16 @@ URLProtocol

Re: [libav-devel] [PATCH 1/2] avio: add a function for iterating though protocol names.

2011-04-08 Thread Ronald S. Bultje
Hi, On Fri, Apr 8, 2011 at 10:54 AM, Anton Khirnov an...@khirnov.net wrote: ---  libavformat/avio.c |   10 ++  libavformat/avio.h |   13 +  2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index e043058..ab7a7f5

[libav-devel] [PATCH 1/2] avio: add a function for iterating though protocol names.

2011-04-07 Thread Anton Khirnov
--- libavformat/avio.c | 10 ++ libavformat/avio.h | 13 + 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index 1d40da6..0ea66b3 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -57,6 +57,16 @@ URLProtocol