mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
avfilter: add documentation for needs_writable
This commit is contained in:
parent
11d704dc94
commit
d44bd7fb27
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue