lavfi: fix comment, audio is supported now.

pull/30/merge
Anton Khirnov 13 years ago
parent ce353a881f
commit 0ce4a627c9
  1. 3
      libavfilter/avfilter.h

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

Loading…
Cancel
Save