diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-21 19:33:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-22 21:37:44 +0200 |
commit | 0ce4a627c9b8bcd2c23d05ada3e4858684cb8127 (patch) | |
tree | 0388ff8438a18382ad558e2bebe0ba458a95689e /libavfilter | |
parent | ce353a881fe305d4e6f046d6f36f2071449ca57b (diff) | |
download | ffmpeg-0ce4a627c9b8bcd2c23d05ada3e4858684cb8127.tar.gz |
lavfi: fix comment, audio is supported now.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.h | 3 |
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; |