[FFmpeg-devel] [PATCH] Document url_write()

Stefano Sabatini stefano.sabatini-lala
Sun Oct 31 17:12:10 CET 2010


On date Saturday 2010-10-30 20:29:20 +0200, Stefano Sabatini encoded:
> On date Wednesday 2010-10-06 20:47:13 +0200, Stefano Sabatini encoded:
[...]
> > From b3c5b9dcef8cf81946b5d03dafc87c80a7834804 Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> > Date: Wed, 6 Oct 2010 20:45:25 +0200
> > Subject: [PATCH] Document url_write().
> > 
> > ---
> >  libavformat/avio.h |    7 +++++++
> >  1 files changed, 7 insertions(+), 0 deletions(-)
> > 
> > diff --git a/libavformat/avio.h b/libavformat/avio.h
> > index 118b7f2..b680913 100644
> > --- a/libavformat/avio.h
> > +++ b/libavformat/avio.h
> > @@ -132,6 +132,13 @@ int url_read(URLContext *h, unsigned char *buf, int size);
> >   * certain there was either an error or the end of file was reached.
> >   */
> >  int url_read_complete(URLContext *h, unsigned char *buf, int size);
> > +
> > +/**
> > + * Write size bytes from buf to the resource accessed by h.
> > + *
> > + * @return the number of bytes actually written, or a negative value
> > + * corresponding to an AVERROR code in case of failure
> > + */
> >  int url_write(URLContext *h, const unsigned char *buf, int size);
> 
> I'll apply this tomorrow.

Applied.
-- 
FFmpeg = Forgiving & Fascinating Mastodontic Power Ecstatic Ghost



More information about the ffmpeg-devel mailing list