summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-21 19:33:35 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-22 21:37:44 +0200
commit0ce4a627c9b8bcd2c23d05ada3e4858684cb8127 (patch)
tree0388ff8438a18382ad558e2bebe0ba458a95689e /libavfilter/avfilter.h
parentce353a881fe305d4e6f046d6f36f2071449ca57b (diff)
lavfi: fix comment, audio is supported now.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 3483569bce..289c06c331 100644
--- a/libavfilter/avfilter.h
+++ b/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;