From c1ae524e2beac2587bf9c1f63bc52ffcc72aa92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 26 Nov 2011 19:30:22 +0100 Subject: [PATCH] avfilter: fix AVFilterPad video only comment. --- libavfilter/avfilter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 6b0724dd07..50a5e5b750 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -361,8 +361,7 @@ struct AVFilterPad { const char *name; /** - * AVFilterPad type. Only video supported now, hopefully someone will - * add audio in the future. + * AVFilterPad type. Can be AVMEDIA_TYPE_VIDEO or AVMEDIA_TYPE_AUDIO. */ enum AVMediaType type;