diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-26 19:30:22 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-26 19:30:30 +0100 |
commit | c1ae524e2beac2587bf9c1f63bc52ffcc72aa92c (patch) | |
tree | 1ed54d305b738c84c342ae442bc8f7d0f73ce4a3 | |
parent | 1b84e062444db29f8e8999f5f0081f9bce0e1a31 (diff) | |
download | ffmpeg-c1ae524e2beac2587bf9c1f63bc52ffcc72aa92c.tar.gz |
avfilter: fix AVFilterPad video only comment.
-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 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; |