lavfi: remove ff_poll_frame().
It is never used.
This commit is contained in:
@@ -289,15 +289,6 @@ static inline int ff_insert_outpad(AVFilterContext *f, unsigned index,
|
||||
&f->output_pads, &f->outputs, p);
|
||||
}
|
||||
|
||||
/**
|
||||
* Poll a frame from the filter chain.
|
||||
*
|
||||
* @param link the input link
|
||||
* @return the number of immediately available frames, a negative
|
||||
* number in case of error
|
||||
*/
|
||||
int ff_poll_frame(AVFilterLink *link);
|
||||
|
||||
/**
|
||||
* Request an input frame from the filter at the other end of the link.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user