mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avfilter: add documentation for needs_writable
This commit is contained in:
parent
11d704dc94
commit
d44bd7fb27
@ -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…
Reference in New Issue
Block a user