On Wed, 18 Dec 2013 11:45:23 +0100, Vittorio Giovara <[email protected]> wrote: > --- > libavfilter/avfilter.h | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h > index 9f14afd..3005ccc 100644 > --- a/libavfilter/avfilter.h > +++ b/libavfilter/avfilter.h > @@ -358,6 +358,12 @@ struct AVFilterPad { > */ > int needs_fifo; > > + /** > + * The filter expects writable frames from its input link, > + * duplicating data if needed. > + * > + * input pads only. > + */ > int needs_writable; > }; > #endif > -- > 1.7.9.5 >
Ok, but copy it also to internal.h, since this will be removed. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
