Module: libav Branch: master Commit: 0ce4a627c9b8bcd2c23d05ada3e4858684cb8127
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Mon May 21 19:33:35 2012 +0200 lavfi: fix comment, audio is supported now. --- libavfilter/avfilter.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3483569..289c06c 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
