avfilter: fix AVFilterPad video only comment.

This commit is contained in:
Clément Bœsch 2011-11-26 19:30:22 +01:00
parent 1b84e06244
commit c1ae524e2b

View File

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