mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavfi: fix incorrect comment.
poll_frame()/request_frame() are used for audio too.
This commit is contained in:
parent
c04c533f62
commit
ce353a881f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user