On Mon,  6 Jan 2014 17:14:41 +0100, Vittorio Giovara 
<[email protected]> wrote:
> ---
>  libavfilter/internal.h |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/libavfilter/internal.h b/libavfilter/internal.h
> index 44e7583..6a752dc 100644
> --- a/libavfilter/internal.h
> +++ b/libavfilter/internal.h
> @@ -117,6 +117,14 @@ struct AVFilterPad {
>       * input pads only.
>       */
>      int needs_fifo;
> +
> +    /**
> +     * The filter expects writable frames from its input link,
> +     * duplicating data buffers if needed.
> +     *
> +     * input pads only.
> +     */
> +    int needs_writable;
>  };
>  #endif
>  

This and 1/3 ok

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

Reply via email to