[FFmpeg-devel] [PATCH] Document url_fdopen()
Stefano Sabatini
stefano.sabatini-lala
Sat Jan 30 13:24:17 CET 2010
On date Saturday 2010-01-23 18:35:55 +0100, Stefano Sabatini encoded:
> On date Sunday 2009-05-24 18:09:17 +0200, Stefano Sabatini encoded:
> > As in subject.
>
> Updated.
> --
> FFmpeg = Foolish and Faithless Mastodontic Philosofic Evangelical Gospel
> Index: ffmpeg/libavformat/avio.h
> ===================================================================
> --- ffmpeg.orig/libavformat/avio.h 2010-01-23 18:32:51.000000000 +0100
> +++ ffmpeg/libavformat/avio.h 2010-01-23 18:35:03.000000000 +0100
> @@ -358,8 +358,17 @@
> return s->is_streamed;
> }
>
> -/** @note when opened as read/write, the buffers are only used for
> - writing */
> +/**
> + * Creates and initializes a ByteIOContext for accessing to the
> + * resource accessed by the url context h.
> + * @note When opened as read/write, the buffers are only used for
> + * writing.
> + *
> + * @param s pointer to the location where, in case of success, the
> + * function puts the pointer to the created ByteIOContext
> + * @return 0 in case of success, a negative value corresponding to an
> + * AVERROR code in case of failure
> + */
> int url_fdopen(ByteIOContext **s, URLContext *h);
>
> /** @warning must be called before any I/O */
Ping.
--
FFmpeg = Free and Fascinating Multimedia Programmable Evangelical Game
More information about the ffmpeg-devel
mailing list