Commit ce353a88 authored by Anton Khirnov's avatar Anton Khirnov

lavfi: fix incorrect comment.

poll_frame()/request_frame() are used for audio too.
parent c04c533f
......@@ -421,7 +421,7 @@ struct AVFilterPad {
*
* Defaults to just calling the source poll_frame() method.
*
* Output video pads only.
* Output pads only.
*/
int (*poll_frame)(AVFilterLink *link);
......@@ -430,7 +430,7 @@ struct AVFilterPad {
* frame being output over the given link. This should return zero on
* success, and another value on error.
*
* Output video pads only.
* Output pads only.
*/
int (*request_frame)(AVFilterLink *link);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment