diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3518ad8b3b..ef7e8cadcf 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -385,6 +385,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