[FFmpeg-cvslog] avfilter: fix AVFilterPad video only comment.

Clément Bœsch git at videolan.org
Sat Nov 26 19:30:51 CET 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Nov 26 19:30:22 2011 +0100| [c1ae524e2beac2587bf9c1f63bc52ffcc72aa92c] | committer: Clément Bœsch

avfilter: fix AVFilterPad video only comment.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1ae524e2beac2587bf9c1f63bc52ffcc72aa92c
---

 libavfilter/avfilter.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 6b0724d..50a5e5b 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;
 



More information about the ffmpeg-cvslog mailing list