From 0ce4a627c9b8bcd2c23d05ada3e4858684cb8127 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 21 May 2012 19:33:35 +0200 Subject: [PATCH] lavfi: fix comment, audio is supported now. --- libavfilter/avfilter.h | 3 +-- 1 file changed, 1 insertion(+), 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;