On Mon, 19 Mar 2012 15:58:07 +0200, Martin Storsjö <[email protected]> wrote:
> From: Nicolas George <[email protected]>
> 
> ---
>  libavformat/url.h |   13 +++++++++++++
>  1 files changed, 13 insertions(+), 0 deletions(-)
> 
> diff --git a/libavformat/url.h b/libavformat/url.h
> index 265a8ab..66ce4a1 100644
> --- a/libavformat/url.h
> +++ b/libavformat/url.h
> @@ -59,6 +59,19 @@ typedef struct URLProtocol {
>       * for those nested protocols.
>       */
>      int     (*url_open2)(URLContext *h, const char *url, int flags, 
> AVDictionary **options);
> +
> +    /**
> +     * Read data from the protocol.
> +     * If data is immediately available (even less than size), EOF is
> +     * reached or an error occurs (including EINTR), return immediately,

s/,$/./

Otherwise looks ok.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to