Commit c1ae524e authored by Clément Bœsch's avatar Clément Bœsch

avfilter: fix AVFilterPad video only comment.

parent 1b84e062
......@@ -361,8 +361,7 @@ struct AVFilterPad {
const char *name;
/**
* AVFilterPad type. Only video supported now, hopefully someone will
* add audio in the future.
* AVFilterPad type. Can be AVMEDIA_TYPE_VIDEO or AVMEDIA_TYPE_AUDIO.
*/
enum AVMediaType type;
......
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