Skip to content
Snippets Groups Projects
Commit d44bd7fb authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

avfilter: add documentation for needs_writable

parent 11d704dc
No related branches found
No related tags found
No related merge requests found
...@@ -358,6 +358,12 @@ struct AVFilterPad { ...@@ -358,6 +358,12 @@ struct AVFilterPad {
*/ */
int needs_fifo; int needs_fifo;
/**
* The filter expects writable frames from its input link,
* duplicating data buffers if needed.
*
* input pads only.
*/
int needs_writable; int needs_writable;
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment