lavfi: remove needs_fifo.

This commit is contained in:
Nicolas George
2020-08-12 19:13:37 +02:00
parent 29e0c30b1c
commit 4ca1fb9d2a
3 changed files with 1 additions and 50 deletions

View File

@@ -117,14 +117,6 @@ struct AVFilterPad {
*/
int (*config_props)(AVFilterLink *link);
/**
* The filter expects a fifo to be inserted on its input link,
* typically because it has a delay.
*
* input pads only.
*/
int needs_fifo;
/**
* The filter expects writable frames from its input link,
* duplicating data buffers if needed.