Commit d44bd7fb authored by Vittorio Giovara's avatar Vittorio Giovara

avfilter: add documentation for needs_writable

parent 11d704dc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment