From d44bd7fb27d4121512eae0ffce5e48bac25e82dc Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 18 Dec 2013 11:40:38 +0100 Subject: avfilter: add documentation for needs_writable --- libavfilter/avfilter.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 9f14afdbc5..1b42086611 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 buffers if needed. + * + * input pads only. + */ int needs_writable; }; #endif -- cgit v1.2.3