On Sun, 28 Apr 2013 22:31:58 -0400, Derek Buitenhuis 
<[email protected]> wrote:
> Signed-off-by: Derek Buitenhuis <[email protected]>
> ---
>  libavcodec/avcodec.h |    6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 124ec9a..b5f7fd6 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -1898,8 +1898,10 @@ typedef struct AVCodecContext {
>      /**
>       * This callback is called at the beginning of each frame to get data
>       * buffer(s) for it. There may be one contiguous buffer for all the data 
> or
> -     * there may be a buffer per each data plane or anything in between. Each
> -     * buffer must be reference-counted using the AVBuffer API.
> +     * there may be a buffer per each data plane or anything in between. What
> +     * this means is, you may set however many entries in buf[] you feel 
> necessary.
> +     * Each buffer must be reference-counted using the AVBuffer API (see 
> description
> +     * of buf[] below).
>       *
>       * The following fields will be set in the frame before this callback is
>       * called:
> -- 
> 1.7.10.4

Ok

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

Reply via email to