Re: [libav-devel] [PATCH 7/7] avio: document avio_close().

2011-04-09 Thread Ronald S. Bultje
Hi, On Sat, Apr 9, 2011 at 8:57 AM, Anton Khirnov wrote: > --- >  libavformat/avio.h |    6 ++ >  1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/libavformat/avio.h b/libavformat/avio.h > index b1bce4c..cfe1bf8 100644 > --- a/libavformat/avio.h > +++ b/libavformat/avio.h > @

[libav-devel] [PATCH 7/7] avio: document avio_close().

2011-04-09 Thread Anton Khirnov
--- libavformat/avio.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/libavformat/avio.h b/libavformat/avio.h index b1bce4c..cfe1bf8 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -559,6 +559,12 @@ int url_resetbuf(AVIOContext *s, int flags); */ int a