avfilter: add needs_writable field to the internal AVFilterPad structure
This commit is contained in:
@@ -117,6 +117,14 @@ struct AVFilterPad {
|
||||
* input pads only.
|
||||
*/
|
||||
int needs_fifo;
|
||||
|
||||
/**
|
||||
* The filter expects writable frames from its input link,
|
||||
* duplicating data buffers if needed.
|
||||
*
|
||||
* input pads only.
|
||||
*/
|
||||
int needs_writable;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user