[FFmpeg-devel] [PATCH 3/4] Document url_get_filename().

Stefano Sabatini stefano.sabatini-lala
Sat Oct 2 11:17:19 CEST 2010


On date Friday 2010-10-01 17:39:44 +0200, Michael Niedermayer encoded:
> On Fri, Oct 01, 2010 at 05:12:43PM +0200, Stefano Sabatini wrote:
> > On date Thursday 2010-09-30 11:23:56 +0200, Stefano Sabatini encoded:
> > > ---
> > >  libavformat/avio.h |    6 ++++++
> > >  1 files changed, 6 insertions(+), 0 deletions(-)
> > > 
> > > diff --git a/libavformat/avio.h b/libavformat/avio.h
> > > index 1cc7fa0..34437bc 100644
> > > --- a/libavformat/avio.h
> > > +++ b/libavformat/avio.h
> > > @@ -204,6 +204,12 @@ int url_get_file_handle(URLContext *h);
> > >   * @return maximum packet size in bytes
> > >   */
> > >  int url_get_max_packet_size(URLContext *h);
> > > +
> > > +/**
> > > + * Copy the filename of the resource accessed by h to buf.
> > > + *
> > > + * @buf_size size in bytes of buf
> > > + */
> > >  void url_get_filename(URLContext *h, char *buf, int buf_size);
> > 
> > I'll apply in three days if I see no comments.
> 
> i dont mind but i think this is a bit redundant

Applied.
-- 
FFmpeg = Friendly and Frenzy Mean Perennial Enlightened God



More information about the ffmpeg-devel mailing list